Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ef1d2 commit 5cc5783Copy full SHA for 5cc5783
doc/api/gridspec_api.rst
@@ -2,11 +2,23 @@
2
gridspec
3
********
4
5
-
6
:mod:`matplotlib.gridspec`
7
==========================
8
+.. currentmodule:: matplotlib.gridspec
9
+
10
.. automodule:: matplotlib.gridspec
- :members:
11
- :undoc-members:
12
- :show-inheritance:
+ :no-members:
+ :no-inherited-members:
13
14
+Classes
15
+-------
16
17
+.. autosummary::
18
+ :toctree: _as_gen/
19
+ :template: autosummary.rst
20
21
+ GridSpec
22
+ SubplotSpec
23
+ GridSpecBase
24
+ GridSpecFromSubplotSpec
0 commit comments