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
use liveplot::panels::ThresholdsPanel;

#[test]
fn thresholds_menu_labels_include_icons() {
    assert_eq!(ThresholdsPanel::SHOW_THRESHOLDS_LABEL, "👁 Show Thresholds");
    assert_eq!(ThresholdsPanel::NEW_LABEL, "⊞ New");
}