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 0.3.1 - Docs.rs
[go: Go Back, main page]

criterion-plot 0.3.1

Criterion's plotting library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! A collection of the most used traits, structs and enums

pub use candlestick::Candlesticks;
pub use curve::Curve::{Dots, Impulses, Lines, LinesPoints, Points, Steps};
pub use errorbar::ErrorBar::{XErrorBars, XErrorLines, YErrorBars, YErrorLines};
pub use filledcurve::FilledCurve;
pub use key::{Boxed, Horizontal, Justification, Order, Position, Stacked, Vertical};
pub use proxy::{Font, Label, Output, Title};
pub use traits::{Configure, Plot, Set};
pub use {
    Axes, Axis, BoxWidth, Color, Figure, FontSize, Grid, Key, LineType, LineWidth, Opacity,
    PointSize, PointType, Range, Scale, ScaleFactor, Size, Terminal, TicLabels,
};