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
refactoring crosshair code
0.6.7
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
removing pyside2 support added support for Python3.11
0.6.5
added cb_append_data_array allowing append another array to existing dataset
0.6.4
Fixed issue when using roll_on_tick = 1 and offset > 0. Offset was not properly used in that case.