PythonQwt icon indicating copy to clipboard operation
PythonQwt copied to clipboard

Qt plotting widgets for Python (pure Python reimplementation of Qwt C++ library)

Results 15 PythonQwt issues
Sort by recently updated
recently updated
newest added

I'm in the process of trying to achive a series of side-by-side plots like this: ![hole_plots](https://cloud.githubusercontent.com/assets/86675/13603253/16b605b6-e53c-11e5-905b-fe93739d1201.png) The plots show results from the analysis of a drill core. The scale on...

question

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...

enhancement
help wanted

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,...

bug