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.
- Plot
State - The accumulated state for a single plot.
Enums§
- Plot
Item - A single drawable item in a plot.