Replace matplotlib with pyqtgraph in Plot tab
- pg.PlotWidget (2×2 grid) with DateAxisItem for proper time axis - Built-in pan (left drag), zoom (right drag / scroll wheel), Reset zoom button - pg.InfiniteLine cursor with pg.SignalProxy for smooth 30 fps tracking - Cursor value label shows nearest-point values colour-coded per trace - Legend auto-updated via pi.legend.clear() + named plot() calls - matplotlib removed from requirements.txt Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
weconnect
|
||||
PyQt5
|
||||
matplotlib
|
||||
pyqtgraph
|
||||
|
||||
Reference in New Issue
Block a user