[][src]Module plotters::chart

The high-level chartting utils. ChartBuilder can be used to create a ChartContext.

We are able to draw multiple series in the chart. A chart can be build on top of any drawing area based on a pixel coordinate.

Structs

ChartBuilder

The helper object to create a chart context, which is used for the high-level plotting

ChartContext

The context of the chart. This is the core object of Plotters. Any plot/chart is abstracted as this type, and any data series can be placed to the chart context.

MeshStyle

The struct that is used for tracking the configuration of a mesh of any chart