[−][src]Struct plotters::prelude::GroupBy
The ranged value spec that needs to be grouped. This is useful, for example, when we have an X axis is a integer and denotes days. And we are expecting the tick mark denotes weeks, in this way we can make the range spec grouping by 7 elements.
Trait Implementations
impl<T> Ranged for GroupBy<T> where
T::ValueType: PrimInt + ToPrimitive + FromPrimitive + Mul,
T: Ranged,
[src][+]
T::ValueType: PrimInt + ToPrimitive + FromPrimitive + Mul,
T: Ranged,
impl<T> DiscreteRanged for GroupBy<T> where
T::ValueType: PrimInt + ToPrimitive + FromPrimitive + Mul,
T: Ranged + DiscreteRanged,
[src][+]
T::ValueType: PrimInt + ToPrimitive + FromPrimitive + Mul,
T: Ranged + DiscreteRanged,
impl<T> AsRangedCoord for GroupBy<T> where
T::ValueType: PrimInt + ToPrimitive + FromPrimitive + Mul,
T: Ranged,
[src]
T::ValueType: PrimInt + ToPrimitive + FromPrimitive + Mul,
T: Ranged,
type Value = T::ValueType
type CoordDescType = Self
Auto Trait Implementations
impl<T> Send for GroupBy<T> where
T: Send,
<T as Ranged>::ValueType: Send,
T: Send,
<T as Ranged>::ValueType: Send,
impl<T> Unpin for GroupBy<T> where
T: Unpin,
<T as Ranged>::ValueType: Unpin,
T: Unpin,
<T as Ranged>::ValueType: Unpin,
impl<T> Sync for GroupBy<T> where
T: Sync,
<T as Ranged>::ValueType: Sync,
T: Sync,
<T as Ranged>::ValueType: Sync,
impl<T> UnwindSafe for GroupBy<T> where
T: UnwindSafe,
<T as Ranged>::ValueType: UnwindSafe,
T: UnwindSafe,
<T as Ranged>::ValueType: UnwindSafe,
impl<T> RefUnwindSafe for GroupBy<T> where
T: RefUnwindSafe,
<T as Ranged>::ValueType: RefUnwindSafe,
T: RefUnwindSafe,
<T as Ranged>::ValueType: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> SetParameter for T
[+]
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
[src][+]
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
impl<T, U> ConvertInto<U> for T where
U: ConvertFrom<T>,
[src][+]
U: ConvertFrom<T>,