[][src]Module plotters::prelude

Re-exports

pub use crate::chart::ChartBuilder;
pub use crate::chart::ChartContext;
pub use crate::coord::CoordTranslate;
pub use crate::drawing::*;
pub use crate::style::ShapeStyle;
pub use crate::style::TextStyle;

Structs

Black
Blue
CandleStick

The candelstick data point element

Circle
Cross

Describe a cross

Cyan
EmptyElement
FontDesc

Describes a font

Green
Histogram

The series that aggregate data into a histogram

LineSeries

The line series object, which takes an iterator of points in guest coordinate system and creates the element rendering the line plot

Magenta
OwnedText
Palette99
Palette100
Palette9999
PaletteColor

A color in the given palette

Path

Describe a path

PointSeries

The point plot object, which takes an iterator of points in guest coordinate system and create an element for each point

RGBColor

The color described by it's RGB value

RangedCoord

The coordinate described by two ranged value

RangedCoordf32
RangedCoordf64
RangedCoordi32
RangedCoordi64
RangedCoordu32
RangedCoordu64
RangedDate

The ranged coordinate for date

RangedDateTime

The ranged coordinate for the date and time

Rectangle
Red
Text
Transparent
White
Yellow

Traits

Color

Any color representation

Mixable

The trait for any color that can composite with other color

Palette
Ranged

The trait that indicates we have a ordered and ranged value Which is used to describe the axis

SimpleColor

Color without alpha channel

Type Definitions

DrawResult

The type used to returns a drawing operation that can be failed