Skip to content

Releases: domarm-comat/pglive

0.6.9

30 Aug 06:55
cbc033d
Compare
Choose a tag to compare

added data_tick method to each live plot returning size of 1 tick
resolving issue when wrong axis range is generated if cb_append_data_array is used

0.6.8

15 Aug 08:56
Compare
Choose a tag to compare

refactoring crosshair code

0.6.7

27 Jul 07:06
Compare
Choose a tag to compare

removed PySide2 examples
added clear method to DataConnector used to clear all data from plot connected to the DataConnector
poetry update
readme update

0.6.6

24 Jul 05:49
Compare
Choose a tag to compare

removing pyside2 support
added support for Python3.11

0.6.5

19 Jul 18:37
672b185
Compare
Choose a tag to compare

added cb_append_data_array allowing append another array to existing dataset

0.6.4

15 May 08:56
Compare
Choose a tag to compare

Fixed issue when using roll_on_tick = 1 and offset > 0. Offset was not properly used in that case.

0.6.3

19 Apr 05:46
Compare
Choose a tag to compare

Poetry update, fixing pyqtgraph not working properly on pyside6. Now using pyqtgraph v0.13.3 fixes the issue.

0.6.2

10 Mar 13:15
d617c5e
Compare
Choose a tag to compare

Added remove_data_connector to live_axis_range.py, which should fix the bug when removing plotItem.

0.6.1

22 Feb 17:38
Compare
Choose a tag to compare
v0.6.1

meta repository update

v0.5.6

30 Nov 14:24
Compare
Choose a tag to compare
  • added recalculate_x_range, recalculate_y_range for live_range
  • fixing cb_set_data for connector