Struct rustplotlib::Figure [] [src]

pub struct Figure<'a> { /* fields omitted */ }

Represents an instance of matplotlib.figure.Figure.

Methods

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

create an empty instance of Figure.

This method is the shortcut of Default::default().

set the axes object in the figure.

Trait Implementations

impl<'a> Debug for Figure<'a>
[src]

Formats the value using the given formatter.

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

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