Trait widgetry::widgets::plots::Axis [−][src]
pub trait Axis<T>: 'static + Copy + Ord { fn from_percent(&self, percent: f64) -> T; fn to_percent(self, max: T) -> f64; fn prettyprint(self) -> String; fn to_f64(self) -> f64; fn from_f64(&self, x: f64) -> T; fn zero() -> T; }