[−][src]Trait plotters_unstable::prelude::IntoLinspace
Provided methods
fn step<S: Clone>(
self,
val: S
) -> Linspace<Self::CoordDescType, S, Exact<Self::Value>> where
Self::Value: Add<S, Output = Self::Value> + PartialOrd + Clone,
self,
val: S
) -> Linspace<Self::CoordDescType, S, Exact<Self::Value>> where
Self::Value: Add<S, Output = Self::Value> + PartialOrd + Clone,
Set the step value, make a linspace coordinate from the given range. By default the matching method use the exact match
val
: The step value- *returns: The newly created linspace