|
1 |
| -:orphan: |
2 |
| - |
3 | 1 | .. title:: Matplotlib documentation
|
4 | 2 |
|
5 | 3 | .. module:: matplotlib
|
|
9 | 7 | Matplotlib |release| documentation
|
10 | 8 | ##################################
|
11 | 9 |
|
| 10 | + |
12 | 11 | Matplotlib is a comprehensive library for creating static, animated,
|
13 | 12 | and interactive visualizations in Python.
|
14 | 13 |
|
15 |
| -************ |
16 |
| -Installation |
17 |
| -************ |
18 |
| - |
19 | 14 | .. grid:: 1 1 2 2
|
20 | 15 |
|
21 | 16 | .. grid-item::
|
22 | 17 |
|
23 |
| - Install using `pip <https://pypi.org/project/matplotlib>`__: |
| 18 | + .. raw:: html |
| 19 | + |
| 20 | + <div class="grid__intro" id="image_rotator"></div> |
| 21 | + |
| 22 | + .. grid-item:: |
24 | 23 |
|
25 |
| - .. code-block:: bash |
| 24 | + .. toctree:: |
| 25 | + :maxdepth: 2 |
| 26 | + |
| 27 | + plot_types/index.rst |
| 28 | + |
| 29 | + |
| 30 | +Install |
| 31 | +======= |
| 32 | + |
| 33 | +.. grid:: 1 1 2 2 |
26 | 34 |
|
27 |
| - pip install matplotlib |
| 35 | + .. grid-item-card:: Try this first! |
| 36 | + |
| 37 | + .. tab-set:: |
| 38 | + |
| 39 | + .. tab-item:: pip |
| 40 | + |
| 41 | + .. code-block:: bash |
| 42 | +
|
| 43 | + pip install matplotlib |
| 44 | +
|
| 45 | + .. tab-item:: conda |
| 46 | + |
| 47 | + .. code-block:: bash |
| 48 | +
|
| 49 | + conda install -c conda-forge matplotlib |
| 50 | +
|
| 51 | + Make first plot: :ref:`quick start <quick_start>`! |
28 | 52 |
|
29 | 53 | .. grid-item::
|
30 | 54 |
|
31 |
| - Install using `conda <https://docs.continuum.io/anaconda/>`__: |
| 55 | + .. toctree:: |
| 56 | + :maxdepth: 2 |
| 57 | + |
| 58 | + users/installing/index.rst |
| 59 | + |
| 60 | +Learn |
| 61 | +===== |
32 | 62 |
|
33 |
| - .. code-block:: bash |
| 63 | +.. card:: How to use Matplotlib? |
34 | 64 |
|
35 |
| - conda install -c conda-forge matplotlib |
| 65 | + .. grid:: 1 1 2 2 |
36 | 66 |
|
37 |
| -Further details are available in the :doc:`Installation Guide <users/installing/index>`. |
| 67 | + .. grid-item:: |
38 | 68 |
|
| 69 | + .. toctree:: |
| 70 | + :maxdepth: 1 |
39 | 71 |
|
40 |
| -****************** |
41 |
| -Learning resources |
42 |
| -****************** |
| 72 | + users/explain/quick_start.rst |
| 73 | + users/index.rst |
| 74 | + tutorials/index.rst |
| 75 | + users/faq/index.rst |
| 76 | + |
| 77 | + |
| 78 | + .. grid-item:: |
| 79 | + |
| 80 | + .. toctree:: |
| 81 | + :maxdepth: 1 |
| 82 | + |
| 83 | + gallery/index.rst |
| 84 | + API reference <api/index> |
| 85 | + Plotting reference <api/axes_api> |
| 86 | + Figures reference <api/figure_api> |
| 87 | + |
| 88 | + |
| 89 | +Ecosystem |
| 90 | +========= |
43 | 91 |
|
44 | 92 | .. grid:: 1 1 2 2
|
45 | 93 |
|
46 | 94 | .. grid-item-card::
|
47 |
| - :padding: 2 |
48 | 95 |
|
49 |
| - Tutorials |
50 |
| - ^^^ |
| 96 | + :octicon:`link-external;1em;sd-text-info` `Third-party packages <https://matplotlib.org/mpl-third-party/>`_ |
51 | 97 |
|
52 |
| - - :ref:`Quick-start guide <quick_start>` |
53 |
| - - :doc:`Plot types <plot_types/index>` |
54 |
| - - :ref:`users-guide-using` |
55 |
| - - :doc:`External learning resources <users/resources/index>` |
| 98 | + Custom, domain specific and experimental features, such as |
| 99 | + styling, alternative APIs, specialized plot types, backends and |
| 100 | + helper methods. |
56 | 101 |
|
57 |
| - .. grid-item-card:: |
58 |
| - :padding: 2 |
| 102 | + .. grid-item:: |
59 | 103 |
|
60 |
| - How-tos |
61 |
| - ^^^ |
| 104 | + .. toctree:: |
| 105 | + :maxdepth: 2 |
62 | 106 |
|
63 |
| - - :doc:`Example gallery <gallery/index>` |
64 |
| - - :doc:`Matplotlib FAQ <users/faq/index>` |
| 107 | + users/resources/index.rst |
65 | 108 |
|
66 |
| - .. grid-item-card:: |
67 |
| - :padding: 2 |
| 109 | + `Scientific Python <https://scientific-python.org/>`_ |
68 | 110 |
|
69 |
| - Understand how Matplotlib works |
70 |
| - ^^^ |
71 | 111 |
|
72 |
| - - :ref:`users-guide-explain` in the :doc:`Users guide |
73 |
| - <users/index>` has a number of advanced topics. |
| 112 | +About |
| 113 | +===== |
74 | 114 |
|
75 |
| - .. grid-item-card:: |
76 |
| - :padding: 2 |
| 115 | +.. toctree:: |
| 116 | + :maxdepth: 2 |
77 | 117 |
|
78 |
| - Reference |
79 |
| - ^^^ |
| 118 | + users/project/index.rst |
80 | 119 |
|
81 |
| - - :doc:`API Reference <api/index>` |
82 |
| - - :doc:`Axes API <api/axes_api>` for most plotting methods |
83 |
| - - :doc:`Figure API <api/figure_api>` for figure-level methods |
84 |
| - - Top-level interfaces to create: |
85 | 120 |
|
86 |
| - - Figures (`.pyplot.figure`) |
87 |
| - - Subplots (`.pyplot.subplots`, `.pyplot.subplot_mosaic`) |
| 121 | +Contribute |
| 122 | +========== |
88 | 123 |
|
| 124 | +.. grid:: 1 1 2 2 |
| 125 | + |
| 126 | + .. grid-item:: |
| 127 | + |
| 128 | + Matplotlib is a community project maintained for and by |
| 129 | + its users and contributions of all kinds are very appreciated. |
| 130 | + |
| 131 | + .. grid-item:: |
| 132 | + .. toctree:: |
| 133 | + :maxdepth: 2 |
89 | 134 |
|
90 |
| -******************** |
91 |
| -Third-party packages |
92 |
| -******************** |
| 135 | + devel/index.rst |
93 | 136 |
|
94 |
| -There are many `Third-party packages |
95 |
| -<https://matplotlib.org/mpl-third-party/>`_ built on top of and extending |
96 |
| -Matplotlib. |
97 | 137 |
|
| 138 | +Releases |
| 139 | +======== |
98 | 140 |
|
99 |
| -************ |
100 |
| -Contributing |
101 |
| -************ |
| 141 | +.. grid:: 1 1 2 2 |
102 | 142 |
|
103 |
| -Matplotlib is a community project maintained for and by its users. There are many ways |
104 |
| -you can help! |
| 143 | + .. grid-item:: |
| 144 | + New versions are generally released every 6-8 months. |
| 145 | + New features and API changes are described in the release notes. |
| 146 | + |
| 147 | + .. grid-item:: |
| 148 | + .. toctree:: |
| 149 | + :maxdepth: 2 |
105 | 150 |
|
106 |
| -- Help other users `on discourse <https://discourse.matplotlib.org>`__ |
107 |
| -- report a bug or request a feature `on GitHub <https://github.com/matplotlib/matplotlib/issues>`__ |
108 |
| -- or improve the :ref:`documentation and code <developers-guide-index>` |
| 151 | + users/release_notes.rst |
0 commit comments