[][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::backend::DrawingBackend;
pub use crate::style::ShapeStyle;
pub use crate::style::TextStyle;

Structs

BitMapBackend

The backend that drawing a bitmap

CandleStick

The candelstick data point element

Circle
Cross

Describe a cross

DrawingArea

The abstraction of a region

EmptyElement
FontDesc

Describes a font

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

OwnedText
Palette99
Palette100
Palette9999
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
SVGBackend

The SVG image drawing backend

Text

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

Type Definitions

DrawResult

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