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
|
.. _tutorials:
Tutorials
=========
This page contains a few tutorials for using Matplotlib. For the old tutorials, see :ref:`below <user_guide_tutorials>`.
For shorter examples, see our :ref:`examples page <examples-index>`.
You can also find :ref:`external resources <resources-index>` and
a :ref:`FAQ <faq-index>` in our :ref:`user guide <users-guide-index>`.
.. raw:: html
<div class="sphx-glr-thumbnails">
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="An introduction to the pyplot interface. Please also see quick_start for an overview of how Ma...">
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_pyplot_thumb.png
:alt: Pyplot tutorial
:ref:`sphx_glr_tutorials_pyplot.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">Pyplot tutorial</div>
</div>
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="A short tutorial on plotting images with Matplotlib.">
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_images_thumb.png
:alt: Image tutorial
:ref:`sphx_glr_tutorials_images.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">Image tutorial</div>
</div>
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="This tutorial aims to show the beginning, middle, and end of a single visualization using Matpl...">
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_lifecycle_thumb.png
:alt: The Lifecycle of a Plot
:ref:`sphx_glr_tutorials_lifecycle.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">The Lifecycle of a Plot</div>
</div>
.. raw:: html
<div class="sphx-glr-thumbcontainer" tooltip="Using Artist objects to render on the canvas.">
.. only:: html
.. image:: /tutorials/images/thumb/sphx_glr_artists_thumb.png
:alt: Artist tutorial
:ref:`sphx_glr_tutorials_artists.py`
.. raw:: html
<div class="sphx-glr-thumbnail-title">Artist tutorial</div>
</div>
.. raw:: html
</div>
.. toctree::
:hidden:
/tutorials/pyplot
/tutorials/images
/tutorials/lifecycle
/tutorials/artists
.. only:: html
.. container:: sphx-glr-footer sphx-glr-footer-gallery
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: tutorials_python.zip </tutorials/tutorials_python.zip>`
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: tutorials_jupyter.zip </tutorials/tutorials_jupyter.zip>`
.. _user_guide_tutorials:
User guide tutorials
--------------------
Many of our tutorials were moved from this section to :ref:`users-guide-index`:
Introductory
^^^^^^^^^^^^
- :ref:`quick_start`
- :ref:`customizing`
- :ref:`animations`
Intermediate
^^^^^^^^^^^^
- :ref:`legend_guide`
- :ref:`color_cycle`
- :ref:`constrainedlayout_guide`
- :ref:`tight_layout_guide`
- :ref:`arranging_axes`
- :ref:`autoscale`
- :ref:`imshow_extent`
Advanced
^^^^^^^^
- :ref:`blitting`
- :ref:`paths`
- :ref:`patheffects_guide`
- :ref:`transforms_tutorial`
Colors
^^^^^^
See :ref:`tutorials-colors`.
Text
^^^^
See :ref:`tutorials-text`.
Toolkits
^^^^^^^^
See :ref:`tutorials-toolkits`.
|