rustplotlib
pub struct Figure { /* fields omitted */ }
impl Figure
fn new() -> Figure
fn axes2d(self, axes: Axes2D) -> Self
impl Debug for Figure
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl Encodable for Figure
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
Serialize a value using an Encoder.
Encoder