Struct rustplotlib::Axes2D
[−]
[src]
pub struct Axes2D { /* fields omitted */ }pub struct Axes2D { /* fields omitted */ }impl Axes2D[src]fn new() -> Selffn add<P: Into<PlotData>>(self, p: P) -> Selffn xlabel(self, text: &str) -> Selffn ylabel(self, text: &str) -> Selffn grid(self, enabled: bool) -> Selfimpl Debug for Axes2D[src]impl Encodable for Axes2D[src]