runmat_plot/gui/
widgets.rs

1//! Custom plot widgets
2
3// Placeholder for widgets implementation
4pub struct PlotWidget {
5    // TODO: Implement
6}