@@ -9,95 +9,95 @@ Matplotlib |release| documentation
9
9
10
10
11
11
Matplotlib is a comprehensive library for creating static, animated,
12
- and interactive visualizations in Python .
12
+ and interactive visualizations.
13
13
14
14
Install
15
15
=======
16
16
17
- Use either ` pip ` or ` conda ` to install the latest released version of
18
- Matplotlib:
17
+ .. tab-set ::
18
+ :class: sd-width-content-min
19
19
20
- .. grid :: 1 1 2 2
21
- :class-row: sd-align-minor-center
22
-
23
- .. grid-item-card ::
20
+ .. tab-item :: pip
24
21
25
- .. tab-set ::
22
+ .. code-block :: bash
26
23
27
- .. tab-item :: pip
24
+ pip install matplotlib
28
25
29
- .. code-block :: bash
26
+ .. tab-item :: conda
30
27
31
- pip install matplotlib
28
+ .. code-block :: bash
32
29
33
- .. tab-item :: conda
30
+ conda install -c conda-forge matplotlib
34
31
35
- .. code-block :: bash
36
-
37
- conda install -c conda-forge matplotlib
38
-
39
- **Next Step **: :ref: `quick_start `
32
+ .. tab-item :: other
40
33
34
+ .. toctree ::
35
+ :maxdepth: 2
41
36
42
- For instructions on installing Matplotlib in other ways, see
43
- :doc: `users/installing/index `
37
+ users/installing/index
44
38
39
+ For more detailed instructions, see :doc: `users/installing/index `
45
40
46
41
Learn
47
42
=====
48
43
44
+ Start at :ref: `quick_start `
45
+
49
46
.. grid :: 1 1 2 2
50
- :padding: 2
51
- :gutter: 1
52
47
53
48
.. grid-item-card ::
49
+ :padding: 2
50
+ :columns: 6
54
51
55
52
**How to use Matplotlib? **
56
53
^^^
57
-
58
54
.. toctree ::
59
55
:maxdepth: 1
60
56
57
+
61
58
User guide <users/index.rst >
62
59
tutorials/index.rst
63
60
users/faq/index.rst
64
61
65
62
.. grid-item-card ::
63
+ :padding: 2
64
+ :columns: 6
66
65
67
66
**What can Matplotlib do? **
68
67
^^^
69
-
70
68
.. toctree ::
71
69
:maxdepth: 1
72
70
73
71
plot_types/index.rst
74
72
gallery/index.rst
75
73
76
74
77
- .. card ::
78
- :padding: 2
75
+ .. grid-item-card ::
76
+ :padding: 2
77
+ :columns: 12
78
+
79
+ **Reference **
80
+ ^^^
79
81
80
- ** Reference **
81
- ^^^
82
+ .. grid :: 1 1 2 2
83
+ :class-row: sd-align-minor-center
82
84
83
- .. grid :: 1 1 2 2
84
- :class-row: sd-align-minor-center
85
+ .. grid-item ::
85
86
86
- ..grid-item::
87
+ .. toctree ::
88
+ :maxdepth: 1
87
89
88
- .. toctree::
89
- :maxdepth: 1
90
+ API reference <api/index >
91
+ Figure methods <api/figure_api >
92
+ Plotting methods <api/axes_api >
90
93
91
- API reference <api/index>
92
- Figure API <api/figure_api>
93
- Plotting API <api/axes_api>
94
94
95
- .. grid-item ::
95
+ .. grid-item ::
96
96
97
- Top-level interfaces to make:
97
+ Top-level interfaces to make:
98
98
99
- - figures: `.pyplot.figure `
100
- - subplots: `.pyplot.subplots `, `.pyplot.subplot_mosaic `
99
+ - figures: `.pyplot.figure `
100
+ - subplots: `.pyplot.subplots `, `.pyplot.subplot_mosaic `
101
101
102
102
103
103
Ecosystem
@@ -115,10 +115,11 @@ Ecosystem
115
115
116
116
.. grid-item ::
117
117
118
- Custom, domain specific, and experimental features are implemented
119
- in :octicon: `link-external;1em;sd-text-info ` `Third-party packages <https://matplotlib.org/mpl-third-party/ >`_,
120
- including functionality such as styling, alternative APIs, specialized
121
- plot types, and alternative backends.
118
+ :octicon: `link-external;1em;sd-text-info ` `Third-party packages <https://matplotlib.org/mpl-third-party/ >`_,
119
+
120
+ provide custom, domain specific, and experimental features, including
121
+ styles, colors, more plot types and backends, and alternative
122
+ interfaces.
122
123
123
124
124
125
0 commit comments