Struct textplots::Chart[][src]

pub struct Chart<'a> { /* fields omitted */ }
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).

Show axis.

Return the frame.

Trait Implementations

Draws a line chart of points connected by straight line segments using the specified color

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

Performs the conversion.

Performs the conversion.

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.