rustplotlib
pub struct Figure { pub axes: Option<Axes2D>, }
axes: Option<Axes2D>
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.