Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Doc cards user explain #26141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions galleries/users_explain/animations/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ generate animations using the `~matplotlib.animation` module. An
animation is a sequence of frames where each frame corresponds to a plot on a
`~matplotlib.figure.Figure`. This tutorial covers a general guideline on
how to create such animations and the different options available.

.. toctree::
:maxdepth: 1

animations
blitting
9 changes: 9 additions & 0 deletions galleries/users_explain/colors/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ these colormaps look, how you can create your own, and how you can
customize colormaps for your use case.

For even more information see the :ref:`examples page <color_examples>`.

.. toctree::
:maxdepth: 1

colors
colorbar_only
colormap-manipulation
colormapnorms
colormaps
96 changes: 81 additions & 15 deletions galleries/users_explain/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,87 @@

.. redirect-from:: /users/explain



Using Matplotlib
----------------

.. toctree::
:maxdepth: 1

quick_start
figure/index
axes/index
artists/index
customizing
axis/index
colors/index
text/index
animations/index
toolkits/index
.. grid:: 1 1 2 2

.. grid-item-card::
:padding: 2

.. toctree::
:maxdepth: 2

quick_start

.. grid-item-card::
:padding: 2

.. toctree::
:maxdepth: 2

figure/index

.. grid-item-card::
:padding: 2

.. toctree::
:maxdepth: 2

axes/index

.. grid-item-card::
:padding: 2

.. toctree::
:maxdepth: 2

artists/index

.. grid-item-card::
:padding: 2

.. toctree::
:maxdepth: 2

customizing

.. grid-item-card::
:padding: 2

.. toctree::
:maxdepth: 2

axis/index

.. grid-item-card::
:padding: 2

.. toctree::
:maxdepth: 2

colors/index

.. grid-item-card::
:padding: 2

.. toctree::
:maxdepth: 2

text/index

.. grid-item-card::
:padding: 2

.. toctree::
:maxdepth: 2

animations/index

.. grid-item-card::
:padding: 2

.. toctree::
:maxdepth: 2

toolkits/index
11 changes: 11 additions & 0 deletions galleries/users_explain/text/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ rotations, and Unicode support. These tutorials cover
the basics of working with text in Matplotlib.

For even more information see the :ref:`examples page <text_labels_and_annotations>`.

.. toctree::
:maxdepth: 1

text_intro
text_props
annotations
fonts
mathtext
pgf
usetex