Struct textplots::Chart[][src]

pub struct Chart { /* fields omitted */ }

Controls the drawing.

Methods

impl Chart
[src]

Creates a new Chart object.

Panics

Panics if width or height is less than 32.

Prints canvas content.

Trait Implementations

impl Default for Chart
[src]

Returns the "default value" for a type. Read more

impl Plot for Chart
[src]

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

Auto Trait Implementations

impl Send for Chart

impl Sync for Chart