Struct plotlib::page::Page [] [src]

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

A single page page laying out the views in a grid

Methods

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

[src]

Creates a plot containing a single view

[src]

Render the plot to an svg document

[src]

Render the plot to an String

[src]

Save the plot to a file.

The type of file will be based on the file extension.