Struct flot::Plot [] [src]

pub struct Plot { /* fields omitted */ }

represents a particular plot

Methods

impl Plot
[src]

[src]

add a paragrath of text below a plot.

[src]

add a paragrath of HTML below a plot.

[src]

the size in pixels (width,height) of the plot area

[src]

x axis object

[src]

y axis object

[src]

second y axis object

[src]

create a data series with individual points. The data is anything that converts to an iterator of (f64,f64) tuples. If label is the empty string, don't show in legend

[src]

create a data series joined with lines.

[src]

create a data series with bars (histogram).

[src]

position of legend (Corner::None to hide)

[src]

legend object

[src]

grid object

[src]

[src]

object to create markings like lines and areas

[src]

set any option field not exposed in this API.