Struct plotlib::view::View [] [src]

pub struct View<'a> {
    pub representations: Vec<&'a Representation>,
    // some fields omitted
}

Standard 1-dimensional view with a continuous x-axis

Fields

Methods

impl<'a> View<'a>
[src]

[src]

Create an empty view

[src]

Add a representation to the view

[src]

Set the x range for the view

[src]

Set the y range for the view

[src]

[src]

[src]

Create an SVG rendering of the view

[src]

Create a text rendering of the view

Trait Implementations

impl<'a> Default for View<'a>
[src]

[src]

Returns the "default value" for a type. Read more