liveplot 2.0.0

Realtime interactive plotting library using egui/eframe, with optional gRPC and Parquet export support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## v0.3.0

* Added threshold events
* Support Y axis with units
* Reworked traces menu
* Custom colors support
* Added possibility to control & readout position & size of plot window
* Rework API with unified config as opposed to multiple `run_...` functions
* Various UI improvements
* See git log for details
* Support embedded windows

## v0.2.0

* Added Math functionality
* See git log for details