Home
last modified time | relevance | path

Searched defs:LogRange (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/plotters/src/coord/ranged1d/combinators/
Dlogarithmic.rs261 pub struct LogRange<V: LogScalable>(pub Range<V>); struct
264 impl<V: LogScalable> AsRangedCoord for LogRange<V> { implementation