[][src]Trait plotters_unstable::coord::combinators::IntoLogRange

pub trait IntoLogRange {
    type ValueType: LogScalable;
    fn log_scale(self) -> LogRange<Self::ValueType>;
}

Associated Types

Loading content...

Required methods

fn log_scale(self) -> LogRange<Self::ValueType>

Loading content...

Implementations on Foreign Types

impl<T: LogScalable> IntoLogRange for Range<T>[src]

type ValueType = T

Loading content...

Implementors

Loading content...