Skip to main content

Module plot_data

Module plot_data 

Source
Expand description

Data structures for accumulated plot items.

These types represent the plot data model that is independent of any rendering backend. Plot builtins build up PlotState by appending PlotItems, and the rendering backend (egui_plot when enabled, or just data capture when not) converts them for display.

Structs§

BoxSpread
Five-number summary for a single box in a box plot.
PlotState
The accumulated state for a single plot.

Enums§

PlotItem
A single drawable item in a plot.