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
Copy file name to clipboardExpand all lines: docs/scenarios/scientific.rst
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,17 @@ Matplotlib
42
42
43
43
.. todo:: write about matplotlib.
44
44
45
+
PyQwt
46
+
-----
47
+
48
+
`PyQwt <http://pyqwt.sourceforge.net/>`_ is a solid library for plotting
49
+
numerical data. It is built on top of the popular `PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/intro>`_ GUI framework.
50
+
It typically has better performance than matplotlib, but the range of built-in
51
+
chart/plot types is slightly smaller than matplotlib.
52
+
45
53
Resources
46
54
:::::::::
47
55
48
56
Many people who do scientific computing are on Windows. And yet many of the scientific computing packages are notoriously difficult to build and install.
49
57
`Christoph Gohlke <http://www.lfd.uci.edu/~gohlke/pythonlibs/>`_ however, has compiled a list of Windows binaries for many useful Python packages.
50
-
The list of packages has grown from a mainly scientific python resource to a more general list. It might be a good idea to check it out if you're on Windows.
58
+
The list of packages has grown from a mainly scientific python resource to a more general list. It might be a good idea to check it out if you're on Windows.
0 commit comments