|
1 |
| -:orphan: |
2 |
| - |
3 | 1 | .. title:: Matplotlib documentation
|
4 | 2 |
|
5 | 3 | .. module:: matplotlib
|
|
9 | 7 | Matplotlib |release| documentation
|
10 | 8 | ##################################
|
11 | 9 |
|
12 |
| -Matplotlib is a comprehensive library for creating static, animated, |
13 |
| -and interactive visualizations in Python. |
14 | 10 |
|
15 |
| -************ |
16 |
| -Installation |
17 |
| -************ |
| 11 | +Matplotlib is a comprehensive library for creating static, animated, |
| 12 | +and interactive visualizations. |
18 | 13 |
|
19 |
| -.. grid:: 1 1 2 2 |
| 14 | +Install |
| 15 | +======= |
20 | 16 |
|
21 |
| - .. grid-item:: |
| 17 | +.. tab-set:: |
| 18 | + :class: sd-width-content-min |
22 | 19 |
|
23 |
| - Install using `pip <https://pypi.org/project/matplotlib>`__: |
| 20 | + .. tab-item:: pip |
24 | 21 |
|
25 | 22 | .. code-block:: bash
|
26 | 23 |
|
27 | 24 | pip install matplotlib
|
28 | 25 |
|
29 |
| - .. grid-item:: |
30 |
| - |
31 |
| - Install using `conda <https://docs.continuum.io/anaconda/>`__: |
| 26 | + .. tab-item:: conda |
32 | 27 |
|
33 | 28 | .. code-block:: bash
|
34 | 29 |
|
35 | 30 | conda install -c conda-forge matplotlib
|
36 | 31 |
|
37 |
| -Further details are available in the :doc:`Installation Guide <users/installing/index>`. |
| 32 | + .. tab-item:: other |
| 33 | + |
| 34 | + .. toctree:: |
| 35 | + :maxdepth: 2 |
38 | 36 |
|
| 37 | + users/installing/index |
39 | 38 |
|
40 |
| -****************** |
41 |
| -Learning resources |
42 |
| -****************** |
| 39 | +For more detailed instructions, see the |
| 40 | +:doc:`installation guide <users/installing/index>`. |
| 41 | + |
| 42 | +Learn |
| 43 | +===== |
| 44 | + |
| 45 | +Start at the :ref:`Quick Start <quick_start>` guide! |
43 | 46 |
|
44 | 47 | .. grid:: 1 1 2 2
|
45 | 48 |
|
46 | 49 | .. grid-item-card::
|
47 | 50 | :padding: 2
|
| 51 | + :columns: 6 |
48 | 52 |
|
49 |
| - Tutorials |
| 53 | + **How to use Matplotlib?** |
50 | 54 | ^^^
|
| 55 | + .. toctree:: |
| 56 | + :maxdepth: 1 |
51 | 57 |
|
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>` |
| 58 | + |
| 59 | + User guide <users/index.rst> |
| 60 | + tutorials/index.rst |
| 61 | + users/faq/index.rst |
56 | 62 |
|
57 | 63 | .. grid-item-card::
|
58 | 64 | :padding: 2
|
| 65 | + :columns: 6 |
59 | 66 |
|
60 |
| - How-tos |
| 67 | + **What can Matplotlib do?** |
61 | 68 | ^^^
|
| 69 | + .. toctree:: |
| 70 | + :maxdepth: 1 |
| 71 | + |
| 72 | + plot_types/index.rst |
| 73 | + gallery/index.rst |
62 | 74 |
|
63 |
| - - :doc:`Example gallery <gallery/index>` |
64 |
| - - :doc:`Matplotlib FAQ <users/faq/index>` |
65 | 75 |
|
66 | 76 | .. grid-item-card::
|
67 | 77 | :padding: 2
|
| 78 | + :columns: 12 |
68 | 79 |
|
69 |
| - Understand how Matplotlib works |
| 80 | + **Reference** |
70 | 81 | ^^^
|
71 | 82 |
|
72 |
| - - :ref:`users-guide-explain` in the :doc:`Users guide |
73 |
| - <users/index>` has a number of advanced topics. |
| 83 | + .. grid:: 1 1 2 2 |
| 84 | + :class-row: sd-align-minor-center |
74 | 85 |
|
75 |
| - .. grid-item-card:: |
76 |
| - :padding: 2 |
| 86 | + .. grid-item:: |
77 | 87 |
|
78 |
| - Reference |
79 |
| - ^^^ |
| 88 | + .. toctree:: |
| 89 | + :maxdepth: 1 |
80 | 90 |
|
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: |
| 91 | + API reference <api/index> |
| 92 | + Figure methods <api/figure_api> |
| 93 | + Plotting methods <api/axes_api> |
| 94 | + |
| 95 | + |
| 96 | + .. grid-item:: |
| 97 | + |
| 98 | + Top-level interfaces to make: |
| 99 | + |
| 100 | + - figures: `.pyplot.figure` |
| 101 | + - subplots: `.pyplot.subplots`, `.pyplot.subplot_mosaic` |
| 102 | + |
| 103 | + |
| 104 | +Ecosystem |
| 105 | +========= |
| 106 | + |
| 107 | +.. grid:: 1 1 2 2 |
| 108 | + :class-row: sd-align-minor-center |
| 109 | + |
| 110 | + .. grid-item:: |
| 111 | + |
| 112 | + .. toctree:: |
| 113 | + :maxdepth: 2 |
| 114 | + |
| 115 | + users/resources/index.rst |
| 116 | + |
| 117 | + .. grid-item:: |
85 | 118 |
|
86 |
| - - Figures (`.pyplot.figure`) |
87 |
| - - Subplots (`.pyplot.subplots`, `.pyplot.subplot_mosaic`) |
| 119 | + :octicon:`link-external;1em;sd-text-info` `Third-party packages <https://matplotlib.org/mpl-third-party/>`_, |
88 | 120 |
|
| 121 | + provide custom, domain specific, and experimental features, including |
| 122 | + styles, colors, more plot types and backends, and alternative |
| 123 | + interfaces. |
89 | 124 |
|
90 |
| -******************** |
91 |
| -Third-party packages |
92 |
| -******************** |
93 | 125 |
|
94 |
| -There are many `Third-party packages |
95 |
| -<https://matplotlib.org/mpl-third-party/>`_ built on top of and extending |
96 |
| -Matplotlib. |
97 | 126 |
|
98 | 127 |
|
99 |
| -************ |
100 |
| -Contributing |
101 |
| -************ |
| 128 | +About |
| 129 | +===== |
| 130 | + |
| 131 | +.. grid:: 1 1 2 2 |
| 132 | + :class-row: sd-align-minor-center |
| 133 | + |
| 134 | + .. grid-item:: |
| 135 | + |
| 136 | + .. raw:: html |
| 137 | + |
| 138 | + <div class="grid__intro" id="image_rotator"></div> |
| 139 | + |
| 140 | + .. grid-item:: |
| 141 | + |
| 142 | + .. toctree:: |
| 143 | + :maxdepth: 2 |
| 144 | + |
| 145 | + users/project/index.rst |
| 146 | + |
| 147 | + |
| 148 | +Contribute |
| 149 | +========== |
| 150 | + |
| 151 | +.. grid:: 1 1 2 2 |
| 152 | + :class-row: sd-align-minor-center |
| 153 | + |
| 154 | + .. grid-item:: |
| 155 | + |
| 156 | + Matplotlib is a community project maintained for and by |
| 157 | + its users and contributions of all kinds are very appreciated. |
| 158 | + |
| 159 | + .. grid-item:: |
| 160 | + .. toctree:: |
| 161 | + :maxdepth: 2 |
| 162 | + |
| 163 | + devel/index.rst |
| 164 | + |
| 165 | + |
| 166 | +Releases |
| 167 | +======== |
| 168 | + |
| 169 | +.. grid:: 1 1 2 2 |
| 170 | + :class-row: sd-align-minor-center |
| 171 | + |
| 172 | + .. grid-item:: |
| 173 | + New versions are generally released every 6-8 months. |
| 174 | + New features and API changes are described in the release notes. |
| 175 | + |
| 176 | + .. grid-item:: |
102 | 177 |
|
103 |
| -Matplotlib is a community project maintained for and by its users. There are many ways |
104 |
| -you can help! |
| 178 | + .. toctree:: |
| 179 | + :maxdepth: 2 |
105 | 180 |
|
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>` |
| 181 | + users/release_notes.rst |
0 commit comments