Struct rustplotlib::backend::Matplotlib [] [src]

pub struct Matplotlib { /* fields omitted */ }

Represents an instance of Python process which executes operations.

Methods

impl Matplotlib
[src]

create an instance of Matplotlib backend.

wait until all operations are finished.

execute a string as Python script.

Trait Implementations

impl Backend for Matplotlib
[src]

impl Drop for Matplotlib
[src]

A method called when the value goes out of scope. Read more