File tree Expand file tree Collapse file tree 3 files changed +22
-14
lines changed Expand file tree Collapse file tree 3 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 42
42
patches_api.rst
43
43
path_api.rst
44
44
patheffects_api.rst
45
+ projections_api.rst
45
46
pyplot_api.rst
46
47
sankey_api.rst
47
48
scale_api.rst
Original file line number Diff line number Diff line change
1
+ ***********
2
+ projections
3
+ ***********
4
+
5
+
6
+ :mod: `matplotlib.projections `
7
+ =============================
8
+
9
+ .. automodule :: matplotlib.projections
10
+ :members:
11
+ :show-inheritance:
12
+
13
+
14
+ :mod: `matplotlib.projections.polar `
15
+ ===================================
16
+
17
+ .. automodule :: matplotlib.projections.polar
18
+ :members:
19
+ :show-inheritance:
Original file line number Diff line number Diff line change @@ -131,17 +131,5 @@ API documentation
131
131
=================
132
132
133
133
* :mod: `matplotlib.scale `
134
-
135
- matplotlib.projections
136
- ----------------------
137
-
138
- .. automodule :: matplotlib.projections
139
- :members:
140
- :show-inheritance:
141
-
142
- matplotlib.projections.polar
143
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
144
-
145
- .. automodule :: matplotlib.projections.polar
146
- :members:
147
- :show-inheritance:
134
+ * :mod: `matplotlib.projections `
135
+ * :mod: `matplotlib.projections.polar `
You can’t perform that action at this time.
0 commit comments