Crate mapo

Source
Expand description

Piet charts

Modules§

axis
histogram
prelude
A small prelude of useful extension traits.
scatter
theme

Structs§

Categorical
A list of categories.
Chart
A chart.
GridStyle
Interval
An interval of real numbers.
IntervalTicker
Wraps Interval and retains some calculations required for impl Ticker.
Numeric
A numeric sequence
Tick
A position on an axis that we can mark and label.

Traits§

Sequence
The discrete analogue of Interval.
SequenceExt
Extension methods for Sequence.
Ticker
Object that implement can take an axis length (in device-independent pixels) and return a set of marks (a.k.a. ticks) that mark significant points along the axis.
Trace
A drawing that represents some data. Used inside the chart.