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
matplotlib is a Python 2D plotting library which produces publication-quality
27
-
figures in a variety of hardcopy formats and interactive
28
-
environments across platforms. matplotlib can be used in Python
29
-
scripts, the Python and IPython shell (ala MATLAB or Mathematica), web
30
-
application servers, and various graphical user interface toolkits.
26
+
Matplotlib is a Python 2D plotting library which produces publication-quality
27
+
figures in a variety of hardcopy formats and interactive environments across
28
+
platforms. Matplotlib can be used in Python scripts, the Python and IPython
29
+
shell (ala MATLAB or Mathematica), web application servers, and various
30
+
graphical user interface toolkits.
31
31
32
32
`Home page <http://matplotlib.org/>`_
33
33
34
34
Installation
35
35
=============
36
36
37
-
For installation instructions and requirements, see the INSTALL file or the `install <http://matplotlib.org/users/installing.html>`_ documentation. If you think you may want to contribute to matplotlib, check out the `guide to working with the source code <http://matplotlib.org/devel/gitwash/index.html>`_.
37
+
For installation instructions and requirements, see the INSTALL file or the
38
+
`install <http://matplotlib.org/users/installing.html>`_ documentation. If you
39
+
think you may want to contribute to matplotlib, check out the `guide to
0 commit comments