Skip to main content

Module plot

Module plot 

Source

Re-exports§

pub use label::PlotLabel;

Modules§

label
scale
shape
tooltip

Structs§

AxisText
Grid
PathCache
A tessellated path reused across frames while its shape is unchanged.
PathCaches
The PathCaches of a plot that is rebuilt on every render, kept in the window’s element state so they outlive the plot value.
PlotAxis
ShapeKey
A shape key from its projected points (origin-relative) and whatever else shapes the tessellation (stroke width, curve style, dash pattern).

Enums§

AxisLabelSide
Which side of an axis line the tick labels render on.
StrokeStyle

Constants§

AXIS_GAP

Traits§

Plot

Functions§

origin_point
polygon

Derive Macros§

IntoPlot