You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `PythonQwt` project was initiated to solve -at least temporarily- the
12
13
obsolescence issue of `PyQwt` (the Python-Qwt C++ bindings library) which is
@@ -17,7 +18,7 @@ based on NumPy and other libraries.
17
18
The `PythonQwt` package consists of a single Python package named `qwt` and
18
19
of a few other files (examples, doc, ...).
19
20
20
-
See [documentation](http://pythonhosted.org/PythonQwt/) for more details on
21
+
See documentation[online](https://pythonqwt.readthedocs.io/en/latest/) or [PDF](https://pythonqwt.readthedocs.io/_/downloads/en/latest/pdf/) for more details on
21
22
the library and [changelog](CHANGELOG.md) for recent history of changes.
22
23
23
24
## Copyrights
@@ -60,7 +61,7 @@ Only the following plot items are currently implemented in `qwt` (the only
60
61
plot items needed by `guiqwt`): `QwtPlotItem` (base class), `QwtPlotItem`,
61
62
`QwtPlotMarker`, `QwtPlotSeriesItem` and `QwtPlotCurve`.
62
63
63
-
See "Overview" section in [documentation](http://pythonhosted.org/PythonQwt/)
64
+
See "Overview" section in [documentation](https://pythonqwt.readthedocs.io/en/latest/)
64
65
for more details on API limitations when comparing to Qwt.
0 commit comments