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

11
11
12
-
The `PythonQwt` project was initiated to solve -at least temporarily- the
13
-
obsolescence issue of `PyQwt` (the Python-Qwt C++ bindings library) which is
14
-
no longer maintained. The idea was to translate the original Qwt C++ code to
15
-
Python and then to optimize some parts of the code by writing new modules
12
+
The `PythonQwt` project was initiated to solve -at least temporarily- the
13
+
obsolescence issue of `PyQwt` (the Python-Qwt C++ bindings library) which is
14
+
no longer maintained. The idea was to translate the original Qwt C++ code to
15
+
Python and then to optimize some parts of the code by writing new modules
16
16
based on NumPy and other libraries.
17
17
18
-
The `PythonQwt` package consists of a single Python package named `qwt` and
18
+
The `PythonQwt` package consists of a single Python package named `qwt` and
19
19
of a few other files (examples, doc, ...).
20
20
21
-
See documentation [online](https://pythonqwt.readthedocs.io/en/latest/) or [PDF](https://pythonqwt.readthedocs.io/_/downloads/en/latest/pdf/) for more details on
22
-
the library and [changelog](CHANGELOG.md) for recent history of changes.
21
+
See documentation [online](https://pythonqwt.readthedocs.io/en/latest/) or [PDF](https://pythonqwt.readthedocs.io/_/downloads/en/latest/pdf/) for more details on the library and [changelog](CHANGELOG.md) for recent history of changes.
0 commit comments