We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c652e81 commit 02ea1d6Copy full SHA for 02ea1d6
README.md
@@ -20,10 +20,12 @@ See documentation [online](https://pythonqwt.readthedocs.io/en/latest/) or [PDF]
20
## Sample
21
22
```python
23
-import qwt
24
import numpy as np
+from qtpy import QtWidgets as QW
25
+
26
+import qwt
27
-app = qwt.qt.QtGui.QApplication([])
28
+app = QW.QApplication([])
29
30
# Create plot widget
31
plot = qwt.QwtPlot("Trigonometric functions")
0 commit comments