pub trait IntoLogRange {
type ValueType: LogScalable;
fn log_scale(self) -> LogRangeExt<Self::ValueType>;
}
Expand description
Convert a range to a log scale coordinate spec
Required Associated Types
sourcetype ValueType: LogScalable
type ValueType: LogScalable
The type of the value