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

pub struct Scatter {
    pub data: Vec<(f64, f64)>,
    pub x_axis: Axis,
    pub y_axis: Axis,
}

Fields

Methods

impl Scatter
[src]

Trait Implementations

impl Debug for Scatter
[src]

Formats the value using the given formatter.