Struct line_plot::PlotData [] [src]

pub struct PlotData {
    pub axis_x: Vec<f32>,
    pub axis_y: Vec<f32>,
    pub values_x: Vec<f32>,
    pub values_y: Vec<f32>,
}

Fields

Trait Implementations

impl Debug for PlotData
[src]

Formats the value using the given formatter.

impl Clone for PlotData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more