Struct textplots::Chart

source ·
pub struct Chart { /* private fields */ }
Expand description

Controls the drawing.

Implementations

Creates a new Chart object.

Panics

Panics if width or height is less than 32.

Prints canvas content.

Prints canvas content with some additional visual elements (like borders).

Return the frame

Trait Implementations

Returns the “default value” for a type. Read more
Draws a line chart of points connected by straight line segments.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.