Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
criterion_plot::curve::Properties - Rust
[go: Go Back, main page]

Struct criterion_plot::curve::Properties [] [src]

pub struct Properties { /* fields omitted */ }

Properties common to simple "curve" like plots

Trait Implementations

impl Set<Axes> for Properties
[src]

[src]

Select the axes to plot against

Note By default, the BottomXLeftY axes are used

impl Set<Color> for Properties
[src]

[src]

Sets the line color

impl Set<Label> for Properties
[src]

[src]

Sets the legend label

impl Set<LineType> for Properties
[src]

[src]

Changes the line type

Note By default Solid lines are used

impl Set<LineWidth> for Properties
[src]

[src]

Changes the width of the line

Panics

Panics if width is a non-positive value

impl Set<PointSize> for Properties
[src]

[src]

Changes the size of the points

Panics

Panics if size is a non-positive value

impl Set<PointType> for Properties
[src]

[src]

Changes the point type