[−][src]Enum criterion_plot::curve::Curve
Types of "curve" plots
Variants
DotsA minimally sized dot on each data point
Fields of Dots
ImpulsesA vertical "impulse" on each data point
Fields of Impulses
LinesLine that joins the data points
Fields of Lines
LinesPointsLine with a point on each data point
Fields of LinesPoints
PointsA point on each data point
Fields of Points
StepsAn step _| between each data point
Fields of Steps
Trait Implementations
impl<X, Y> Plot<Curve<X, Y>> for Figure where
X: IntoIterator,
X::Item: Data,
Y: IntoIterator,
Y::Item: Data, [src]
X: IntoIterator,
X::Item: Data,
Y: IntoIterator,
Y::Item: Data,
type Properties = Properties
The properties associated to the plot
fn plot<F>(&mut self, curve: Curve<X, Y>, configure: F) -> &mut Figure where
F: FnOnce(&mut Properties) -> &mut Properties, [src]
F: FnOnce(&mut Properties) -> &mut Properties,
Auto Trait Implementations
impl<X, Y> Send for Curve<X, Y> where
X: Send,
Y: Send,
X: Send,
Y: Send,
impl<X, Y> Unpin for Curve<X, Y> where
X: Unpin,
Y: Unpin,
X: Unpin,
Y: Unpin,
impl<X, Y> Sync for Curve<X, Y> where
X: Sync,
Y: Sync,
X: Sync,
Y: Sync,
impl<X, Y> UnwindSafe for Curve<X, Y> where
X: UnwindSafe,
Y: UnwindSafe,
X: UnwindSafe,
Y: UnwindSafe,
impl<X, Y> RefUnwindSafe for Curve<X, Y> where
X: RefUnwindSafe,
Y: RefUnwindSafe,
X: RefUnwindSafe,
Y: RefUnwindSafe,
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,