Skip to main content

plot_redactor/view/
panels.rs

1//! Placeholder module for future dedicated UI panels.
2
3pub struct DataPanel;
4pub struct SeriesPanel;
5pub struct AxesPanel;
6pub struct LegendPanel;
7pub struct ExportPanel;
8
9