Modules§
Structs§
- Axis
Span - A trained axis domain together with the normalized panel positions of its
endpoints.
pmin/pmaxarescale.map(min)/scale.map(max), so a coord can invert the (linear, expanded) scale mapping exactly: given a normalized positionn, the data value ismin + (n - pmin)/(pmax - pmin) * (max - min).
Traits§
- Coord
- Trait for coordinate systems.