Skip to content

Releases: domarm-comat/pglive

v0.3.3

13 Aug 19:41
Compare
Choose a tag to compare

fixed leading line text format, ignoring tick format

v0.3.2

13 Aug 16:58
Compare
Choose a tag to compare
  • 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

12 Aug 18:53
Compare
Choose a tag to compare

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

06 Jul 14:24
Compare
Choose a tag to compare
  • added support for PySide2 and PySide6
  • fixed some PyQt5 examples, that were using PyQt6 instead

v0.2.5

09 May 11:29
Compare
Choose a tag to compare
  • fixed issue when leading line tick ignored LiveAxis string format
  • LiveAxis, crosshair and leading line tick format is now unified

v0.2.4

06 May 15:49
Compare
Choose a tag to compare
  • fixed crosshair text formatting based on LiveAxis format
  • added Qt Designer example

v0.2.2

24 Feb 21:03
Compare
Choose a tag to compare
  • fixed pyqt6 crosshair example
  • typos fixed

v0.2.1

21 Feb 11:12
Compare
Choose a tag to compare
  • added leading line
  • code refactoring
  • change time.time() to time.perf_counter() to get better precision for plot updates

v0.2.0

18 Feb 20:45
Compare
Choose a tag to compare
  • added support for direct connection of Line, Scatter or Bar pyqgtraph with DataConnector. No need to use specific LivePlot class.

v0.1.4

17 Feb 20:44
Compare
Choose a tag to compare
  • fixed bug with cb_set_data