Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 3.34 KB

tpl.readme.md

File metadata and controls

66 lines (45 loc) · 3.34 KB

About

{{pkg.description}}

This package largely started as a port of the visualization module of the Clojure version thi.ng/geom-clj and is still undergoing major redesigns.

For reference & what to expect (links to the Clojure version):

Example outputs
Logarithmic X-axis, linear Y Log X, Log Y
Line plot (cartesian) Area plot (cartesian)
Line plot (polar) Area plot (polar)
Single value per domain position 3 interleaved values (datasets) per domain position
6 categories, 3 data sets, single values 6 categories, 3 data sets, min-max intervals
Heatmap w/ rainbow gradient presets
Heatmap polar projection
w/ custom shape fn polar projection, custom shape fn
Contour plot

{{meta.status}}

{{repo.supportPackages}}

{{repo.relatedPackages}}

{{meta.blogPosts}}

Installation

{{pkg.install}}

{{pkg.size}}

Dependencies

{{pkg.deps}}

{{repo.examples}}

API

{{pkg.docs}}

TODO