|
4 | 4 |
|
5 | 5 | .. module:: matplotlib |
6 | 6 |
|
7 | | -Matplotlib documentation |
8 | | ------------------------- |
9 | 7 |
|
10 | | -Release: |release| |
| 8 | +Matplotlib |release| documentation |
| 9 | +---------------------------------- |
11 | 10 |
|
12 | 11 | Matplotlib is a comprehensive library for creating static, animated, |
13 | 12 | and interactive visualizations in Python. |
14 | 13 |
|
15 | | -Learn |
16 | | -===== |
17 | | - |
18 | | -- :doc:`Quick-start Guide <tutorials/introductory/usage>` |
19 | | -- Basic :doc:`Plot Types <plot_types/index>` and :doc:`Example Gallery <gallery/index>` |
20 | | -- `Introductory Tutorials <../tutorials/index.html#introductory>`_ |
21 | | -- :doc:`External Learning Resources <resources/index>` |
22 | | - |
23 | | -Reference |
24 | | -========= |
| 14 | +Installation |
| 15 | +============ |
25 | 16 |
|
26 | | -- :doc:`API Reference <api/index>` |
| 17 | +.. panels:: |
| 18 | + :card: + install-card |
| 19 | + :column: col-lg-6 col-md-6 col-sm-12 col-xs-12 p-3 |
27 | 20 |
|
28 | | - - :doc:`pyplot API <api/pyplot_summary>`: top-level interface to create |
29 | | - Figures (`.pyplot.figure`) and Subplots (`.pyplot.subplots`, |
30 | | - `.pyplot.subplot_mosaic`) |
31 | | - - :doc:`Axes API <api/axes_api>` for *most* plotting methods |
32 | | - - :doc:`Figure API <api/figure_api>` for figure-level methods |
| 21 | + Installing using `conda <https://docs.continuum.io/anaconda/>`__ |
| 22 | + ^^^^^^^^^^^^^^^^^^^^^^ |
33 | 23 |
|
34 | | -How-tos |
35 | | -======= |
36 | 24 |
|
37 | | -- :doc:`Installation Guide <users/installing>` |
38 | | -- :doc:`Contributing to Matplotlib <devel/index>` |
39 | | -- :doc:`Matplotlib FAQ <faq/index>` |
40 | 25 |
|
41 | | -Understand how Matplotlib works |
42 | | -=============================== |
| 26 | + .. code-block:: bash |
43 | 27 |
|
44 | | -- Many of the :doc:`Tutorials <tutorials/index>` have explanatory material |
| 28 | + conda install matplotlib |
| 29 | +
|
| 30 | + --- |
| 31 | + |
| 32 | + Installing using `pip <https://pypi.org/project/matplotlib>`__ |
| 33 | + ^^^^^^^^^^^^^^^^^^^^ |
| 34 | + |
| 35 | + |
| 36 | + .. code-block:: bash |
| 37 | +
|
| 38 | + pip install matplotlib |
| 39 | +
|
| 40 | +
|
| 41 | +Further details are available in the :doc:`Installation Guide <users/installing>`. |
| 42 | + |
| 43 | + |
| 44 | +Learning resources |
| 45 | +================== |
| 46 | + |
| 47 | + |
| 48 | +.. panels:: |
| 49 | + |
| 50 | + Tutorials |
| 51 | + ^^^^^^^^^ |
| 52 | + |
| 53 | + - :doc:`Quick-start Guide <tutorials/introductory/usage>` |
| 54 | + - :doc:`Plot Types <plot_types/index>` |
| 55 | + - `Introductory Tutorials <../tutorials/index.html#introductory>`_ |
| 56 | + - :doc:`External Learning Resources <resources/index>` |
| 57 | + |
| 58 | + --- |
| 59 | + |
| 60 | + How-tos |
| 61 | + ^^^^^^^ |
| 62 | + - :doc:`Example Gallery <gallery/index>` |
| 63 | + - :doc:`Matplotlib FAQ <faq/index>` |
| 64 | + |
| 65 | + --- |
| 66 | + |
| 67 | + Understand how Matplotlib works |
| 68 | + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 69 | + |
| 70 | + - The :ref:`users-guide-explain` section of the :doc:`Users guide <users/index>` |
| 71 | + - Many of the :ref:`Intermediate <tutorials-intermediate>` and |
| 72 | + :ref:`Advanced <tutorials-advanced>` Tutorials |
| 73 | + have explanatory material |
| 74 | + |
| 75 | + --- |
| 76 | + |
| 77 | + Reference |
| 78 | + ^^^^^^^^^ |
| 79 | + |
| 80 | + - :doc:`API Reference <api/index>` |
| 81 | + - :doc:`Axes API <api/axes_api>` for *most* plotting methods |
| 82 | + - :doc:`Figure API <api/figure_api>` for figure-level methods |
| 83 | + - Top-level interfaces to create: |
| 84 | + |
| 85 | + - Figures (`.pyplot.figure`) |
| 86 | + - Subplots (`.pyplot.subplots`, `.pyplot.subplot_mosaic`) |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | +Third-party packages |
| 91 | +-------------------- |
| 92 | + |
| 93 | +There are many `Third-party packages |
| 94 | +<https://matplotlib.org/mpl-third-party/>`_ built on top of and extending |
| 95 | +Matplotlib. |
| 96 | + |
| 97 | + |
| 98 | +Contributing |
| 99 | +------------ |
| 100 | + |
| 101 | +Matplotlib is a community project maitained for and by its users. There are many ways |
| 102 | +you can help! |
| 103 | + |
| 104 | +- Help other users `on discourse <https://discourse.matplotlib.org>`__ |
| 105 | +- report a bug or request a feature `on GitHub <https://github.com/matplotlib/matplotlib/issues>`__ |
| 106 | +- or improve the :ref:`documentation and code <developers-guide-index>` |
| 107 | + |
| 108 | + |
| 109 | +Site map |
| 110 | +-------- |
| 111 | + |
| 112 | +The :ref:`complete contents of the docs <complete_sitemap>`. |
0 commit comments