Struct plotlib::scatter::Scatter [] [src]

pub struct Scatter {
    pub data: Vec<(f64, f64)>,
    // some fields omitted
}

The scatter representation. It knows its data as well how to style itself

Fields

Methods

impl Scatter
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Scatter
[src]

[src]

Formats the value using the given formatter.