runmat-plot 0.4.0

GPU-accelerated and static plotting for RunMat with WGPU and Plotters
Documentation
1
2
3
4
5
6
//! Custom plot widgets

// Placeholder for widgets implementation
pub struct PlotWidget {
    // TODO: Implement
}