Releases: domarm-comat/pglive
Releases · domarm-comat/pglive
v0.3.3
fixed leading line text format, ignoring tick format
v0.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
v0.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.
v0.3.0
- added support for PySide2 and PySide6
- fixed some PyQt5 examples, that were using PyQt6 instead
v0.2.5
- fixed issue when leading line tick ignored LiveAxis string format
- LiveAxis, crosshair and leading line tick format is now unified
v0.2.4
- fixed crosshair text formatting based on LiveAxis format
- added Qt Designer example
v0.2.2
- fixed pyqt6 crosshair example
- typos fixed
v0.2.1
- added leading line
- code refactoring
- change time.time() to time.perf_counter() to get better precision for plot updates
v0.2.0
- added support for direct connection of Line, Scatter or Bar pyqgtraph with DataConnector. No need to use specific
LivePlot
class.
v0.1.4
- fixed bug with cb_set_data