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

Skip to content

Commit 51bc886

Browse files
committed
adding new modules to api
1 parent 17ef1d2 commit 51bc886

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

doc/api/gridspec_api.rst

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

5-
65
:mod:`matplotlib.gridspec`
7-
==========================
6+
=========================
7+
8+
.. currentmodule:: matplotlib.gridspec
89

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)