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

Skip to content

Commit 5cc5783

Browse files
committed
adding new modules to api
1 parent 17ef1d2 commit 5cc5783

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

doc/api/gridspec_api.rst

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
22
gridspec
33
********
44

5-
65
:mod:`matplotlib.gridspec`
76
==========================
87

8+
.. currentmodule:: matplotlib.gridspec
9+
910
.. automodule:: matplotlib.gridspec
10-
:members:
11-
:undoc-members:
12-
:show-inheritance:
11+
:no-members:
12+
: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

Comments
 (0)