KiThePlot 0.5.0

KiThePlot is a standalone/embeddable plot redactor (plotting library) written in Rust
Documentation
1
2
3
4
5
6
7
8
9
//! Placeholder module for future dedicated UI panels.

pub struct DataPanel;
pub struct SeriesPanel;
pub struct AxesPanel;
pub struct LegendPanel;
pub struct ExportPanel;