Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita73c347

Browse files
authored
Merge pull request#26141 from jklymak/doc-cards-user-explain
Doc cards user explain
2 parentsf329eb8 +fd4d960 commita73c347

File tree

4 files changed

+107
-15
lines changed

4 files changed

+107
-15
lines changed

‎galleries/users_explain/animations/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ generate animations using the `~matplotlib.animation` module. An
77
animation is a sequence of frames where each frame corresponds to a plot on a
88
`~matplotlib.figure.Figure`. This tutorial covers a general guideline on
99
how to create such animations and the different options available.
10+
11+
.. toctree::
12+
:maxdepth: 1
13+
14+
animations
15+
blitting

‎galleries/users_explain/colors/README.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ these colormaps look, how you can create your own, and how you can
1111
customize colormaps for your use case.
1212

1313
For even more information see the :ref:`examples page <color_examples>`.
14+
15+
.. toctree::
16+
:maxdepth: 1
17+
18+
colors
19+
colorbar_only
20+
colormap-manipulation
21+
colormapnorms
22+
colormaps

‎galleries/users_explain/index.rst

Lines changed: 81 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,87 @@
33

44
..redirect-from::/users/explain
55

6-
7-
86
Using Matplotlib
97
----------------
108

11-
..toctree::
12-
:maxdepth:1
13-
14-
quick_start
15-
figure/index
16-
axes/index
17-
artists/index
18-
customizing
19-
axis/index
20-
colors/index
21-
text/index
22-
animations/index
23-
toolkits/index
9+
..grid::1 1 2 2
10+
11+
..grid-item-card::
12+
:padding: 2
13+
14+
..toctree::
15+
:maxdepth:2
16+
17+
quick_start
18+
19+
..grid-item-card::
20+
:padding: 2
21+
22+
..toctree::
23+
:maxdepth:2
24+
25+
figure/index
26+
27+
..grid-item-card::
28+
:padding: 2
29+
30+
..toctree::
31+
:maxdepth:2
32+
33+
axes/index
34+
35+
..grid-item-card::
36+
:padding: 2
37+
38+
..toctree::
39+
:maxdepth:2
40+
41+
artists/index
42+
43+
..grid-item-card::
44+
:padding: 2
45+
46+
..toctree::
47+
:maxdepth:2
48+
49+
customizing
50+
51+
..grid-item-card::
52+
:padding: 2
53+
54+
..toctree::
55+
:maxdepth:2
56+
57+
axis/index
58+
59+
..grid-item-card::
60+
:padding: 2
61+
62+
..toctree::
63+
:maxdepth:2
64+
65+
colors/index
66+
67+
..grid-item-card::
68+
:padding: 2
69+
70+
..toctree::
71+
:maxdepth:2
72+
73+
text/index
74+
75+
..grid-item-card::
76+
:padding: 2
77+
78+
..toctree::
79+
:maxdepth:2
80+
81+
animations/index
82+
83+
..grid-item-card::
84+
:padding: 2
85+
86+
..toctree::
87+
:maxdepth:2
88+
89+
toolkits/index

‎galleries/users_explain/text/README.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ rotations, and Unicode support. These tutorials cover
1212
the basics of working with text in Matplotlib.
1313

1414
For even more information see the :ref:`examples page <text_labels_and_annotations>`.
15+
16+
.. toctree::
17+
:maxdepth: 1
18+
19+
text_intro
20+
text_props
21+
annotations
22+
fonts
23+
mathtext
24+
pgf
25+
usetex

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp