[][src]Trait textplots::Plot

pub trait Plot {
    fn lineplot(&mut self, shape: Shape) -> &mut Chart;
}

Provides an interface for drawing plots.

Required methods

fn lineplot(&mut self, shape: Shape) -> &mut Chart

Draws a line chart of points connected by straight line segments.

Loading content...

Implementors

impl Plot for Chart[src]

Loading content...