- added crop offset to data flag for LiveAxisRange
0.4.2
- optimizing min, max function for data bound calculation - few bug fixes
0.3.3
fixed leading line text format, ignoring tick format
0.3.2
- added CandleStick live plot support - changed update_leading_text, x, y leading line text must be specified now. This was necessary change to display Candlestick plot data. - typing update
0.3.1
Added plot_rate argument for DataConnector. This improves plot performance for high data rate. It allows plot to be repainted at specific rate. By default, plot is repainted after every new data point. Use this option if you don't want to skip any data points and display all data with reasonable performance.
0.3.0
- added support for PySide2 and PySide6 - fixed some PyQt5 examples, that were using PyQt6 instead