Expand description
Piet charts
Modules§
Structs§
- Categorical
- A list of categories.
- Chart
- A chart.
- Grid
Style - Interval
- An interval of real numbers.
- Interval
Ticker - Wraps
Interval
and retains some calculations required forimpl Ticker
. - Numeric
- A numeric sequence
- Tick
- A position on an axis that we can mark and label.
Traits§
- Sequence
- The discrete analogue of
Interval
. - Sequence
Ext - 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.