File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# PythonQwt: Qt plotting widgets for Python
2
2
3
- <img src =" https ://github.com/PierreRaybaut/ PythonQwt/blob/master/doc/images/ panorama.png?raw=true " >
3
+ <img src =" http ://pythonhosted.org/ PythonQwt/_images/ panorama.png" >
4
4
5
5
The ` PythonQwt ` project was initiated to solve -at least temporarily- the
6
6
obsolescence issue of ` PyQwt ` (the Python-Qwt C++ bindings library) which is
@@ -11,7 +11,7 @@ based on NumPy and other libraries.
11
11
The ` PythonQwt ` package consists of a single Python package named ` qwt ` and
12
12
of a few other files (examples, doc, ...).
13
13
14
- See [ documentation] ( https ://pythonqwt.readthedocs.io/en/latest /) for more details on
14
+ See [ documentation] ( http ://pythonhosted.org/PythonQwt /) for more details on
15
15
the library and [ changelog] ( CHANGELOG.md ) for recent history of changes.
16
16
17
17
## Copyrights
@@ -54,7 +54,7 @@ Only the following plot items are currently implemented in `qwt` (the only
54
54
plot items needed by ` guiqwt ` ): ` QwtPlotItem ` (base class), ` QwtPlotItem ` ,
55
55
` QwtPlotMarker ` , ` QwtPlotSeriesItem ` and ` QwtPlotCurve ` .
56
56
57
- See "Overview" section in [ documentation] ( https ://pythonqwt.readthedocs.io/en/latest /)
57
+ See "Overview" section in [ documentation] ( http ://pythonhosted.org/PythonQwt /)
58
58
for more details on API limitations when comparing to Qwt.
59
59
60
60
## Dependencies
You can’t perform that action at this time.
0 commit comments