Crate uniform_nested_coords_plotters

Source
Expand description

§uniform-nested-coords-plotters

Small module for plotters that provides similar functionality to plotters::coord::combinators::NestedRange but where the nested coordinates are uniform (the implementation in plotters internally holds a vector for each category).

Modules§

prelude
Useful includes suitable for performing uniform_nested_coords_plotters::prelude::*

Structs§

UniformNestedRange
Like plotters::coord::combinators::NestedRange, except the nested coordinate system is the same for every item in the outer coordinate system.

Enums§

UniformNestedValue
Like plotters::coord::combinators::NestedValue, but for

Traits§

BuildUniformNestedCoord
Used to build a uniform-nested coordinate system (UniformNestedRange)