[−][src]Trait plotters::coord::DescreteRanged
The trait indicates the coordinate is descrete, so that we can draw histogram on it
Required methods
fn next_value(this: &Self::ValueType) -> Self::ValueType
Get the smallest value that is larger than the this
value