Struct criterion_plot::curve::Properties [−][src]
pub struct Properties { /* fields omitted */ }
Expand description
Properties common to simple “curve” like plots
Trait Implementations
Select the axes to plot against
Note By default, the BottomXLeftY
axes are used
Sets the line color
Sets the legend label
Changes the line type
Note By default Solid
lines are used
Changes the point type
Auto Trait Implementations
impl RefUnwindSafe for Properties
impl Send for Properties
impl Sync for Properties
impl Unpin for Properties
impl UnwindSafe for Properties