Struct rustplotlib::Scatter
[−]
[src]
pub struct Scatter { /* fields omitted */ }pub struct Scatter { /* fields omitted */ }impl Scatter[src]fn new() -> Scatterfn data(self, x: Vec<f64>, y: Vec<f64>) -> Selffn label(self, text: &str) -> Selffn color(self, color: &str) -> Selffn marker(self, marker: &str) -> Selfimpl Debug for Scatter[src]impl Encodable for Scatter[src]