pub enum AxisMode {
Equal,
Tight,
Off,
}Expand description
Axis display mode set via axis(...).
Variants§
Equal
Equal scaling: same data-units per pixel on both axes.
Tight
Tight: no margin added around the data range.
Off
Hidden: axis lines and tick labels are not drawn.
Trait Implementations§
impl Copy for AxisMode
impl Eq for AxisMode
impl StructuralPartialEq for AxisMode
Auto Trait Implementations§
impl Freeze for AxisMode
impl RefUnwindSafe for AxisMode
impl Send for AxisMode
impl Sync for AxisMode
impl Unpin for AxisMode
impl UnsafeUnpin for AxisMode
impl UnwindSafe for AxisMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.