liveplot 2.0.1

Realtime interactive plotting library using egui/eframe, with optional gRPC and Parquet export support.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod data;
pub mod export;
pub mod hotkeys;
pub mod math;
pub mod measurement;
pub mod scope;
pub mod thresholds;
pub mod trace_look;
pub mod traces;
pub mod triggers;
pub mod x_formatter;

#[cfg(feature = "fft")]
pub mod fft;