1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
|
.. title:: Matplotlib documentation
.. module:: matplotlib
##################################
Matplotlib |release| documentation
##################################
Matplotlib is a comprehensive library for creating static, animated,
and interactive visualizations.
Install
=======
.. tab-set::
:class: sd-width-content-min
.. tab-item:: pip
.. code-block:: bash
pip install matplotlib
.. tab-item:: conda
.. code-block:: bash
conda install -c conda-forge matplotlib
.. tab-item:: other
.. rst-class:: section-toc
.. toctree::
:maxdepth: 2
install/index
For more detailed instructions, see the
:doc:`installation guide <install/index>`.
Learn
=====
.. grid:: 1 1 2 2
.. grid-item-card::
:padding: 2
:columns: 6
**How to use Matplotlib?**
^^^
.. toctree::
:maxdepth: 1
users/explain/quick_start
User guide <users/index.rst>
tutorials/index.rst
users/faq.rst
.. grid-item-card::
:padding: 2
:columns: 6
**What can Matplotlib do?**
^^^
.. toctree::
:maxdepth: 1
plot_types/index.rst
gallery/index.rst
.. grid-item-card::
:padding: 2
:columns: 12
**Reference**
^^^
.. grid:: 1 1 2 2
:class-row: sd-align-minor-center
.. grid-item::
.. toctree::
:maxdepth: 1
API reference <api/index>
Figure methods <api/figure_api>
Plotting methods <api/axes_api>
.. grid-item::
Top-level interfaces to create:
- figures: `.pyplot.figure`
- subplots: `.pyplot.subplots`, `.pyplot.subplot_mosaic`
Community
=========
.. grid:: 1 1 2 2
:class-row: sd-align-minor-center
.. grid-item::
.. rst-class:: section-toc
.. toctree::
:maxdepth: 2
users/resources/index.rst
.. grid-item::
:octicon:`link-external;1em;sd-text-info` `Third-party packages <https://matplotlib.org/mpl-third-party/>`_,
provide custom, domain specific, and experimental features, including
styles, colors, more plot types and backends, and alternative
interfaces.
What's new
==========
.. grid:: 1 1 2 2
.. grid-item::
Learn about new features and API changes.
.. grid-item::
.. toctree::
:maxdepth: 1
users/release_notes.rst
Contribute
==========
.. grid:: 1 1 2 2
:class-row: sd-align-minor-center
.. grid-item::
Matplotlib is a community project maintained for and by its users. See
:ref:`developers-guide-index` for the many ways you can help!
.. grid-item::
.. rst-class:: section-toc
.. toctree::
:maxdepth: 2
devel/index.rst
About us
========
.. grid:: 1 1 2 2
:class-row: sd-align-minor-center
.. grid-item::
Matplotlib was created by neurobiologist John Hunter to work with EEG
data. It grew to be used and developed by many people in many
different fields. John's goal was that Matplotlib make easy things easy
and hard things possible.
.. grid-item::
.. rst-class:: section-toc
.. toctree::
:maxdepth: 2
project/index.rst
|