PythonQwt
PythonQwt copied to clipboard
Qt plotting widgets for Python (pure Python reimplementation of Qwt C++ library)
I'm in the process of trying to achive a series of side-by-side plots like this:  The plots show results from the analysis of a drill core. The scale on...
It would be great to have an API for working with "stacked" area plots. A stacked area plot is a collection of line plots where the the values on the...
I realize this is a new project so don't take this as a strong demand, but the old PyQwt Designer widgets `pyqtdesignerplugins` were great. Now that PyQwt seems sort of...
I want to detect the mouse move events over my qwt plot. According to [`mouseMoveEvent` docs](https://doc.qt.io/qtforpython-6/PySide6/QtWidgets/QWidget.html#PySide6.QtWidgets.QWidget.mouseMoveEvent): > If mouse tracking is switched off, mouse move events only occur if a...
This is the same problem as in [this PlotPy issue](https://github.com/PlotPyStack/PlotPy/issues/22). Actually, this should have been the other way around... The `qwt\tests\test_loadtest.py` may be used to reproduce this issue. For example,...