pglive
pglive copied to clipboard
Live pyqtgraph plot
Hello, First, thank you for pglive. DataConnector is very cool! To determine if pglive will work for my project needs, I am trying to implement your LivePlotWidget with a barchart...
Hello, I spoke too soon before, it looks like there are still some issues with roll_on_tick. This time however, I took the time to write some code for you to...
I wanted to adjust the rotation and color of text with a vertical leading line. As far as I'm aware, this isn't possible in its current implementation (correct me if...
Removing an ignored plot results in an `IndexError`. It appears that `LiveAxisRange.ignored_data_connectors` is a list but is treated as a dict (like `LiveAxisRange.x_range` and `LiveAxisRange.y_range`) in the `LiveAxisRange.remove_data_connector()` call: Resulting...
Hi there, I have an application that plots sensor measurements in real-time, but the sensors do not all have the same sampling rate. For example, one sensor might send data...