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

Skip to content

Commit f232c36

Browse files
committed
DOC [ci doc]
1 parent d2731d8 commit f232c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ def align_labels(self, axs=None):
15011501

15021502
def add_gridspec(self, nrows=1, ncols=1, **kwargs):
15031503
"""
1504-
Create a low-level `.GridSpec` that has this figure as a parent.
1504+
Low-level API for creating a `.GridSpec` that has this figure as a parent.
15051505
15061506
This is a low-level API, allowing you to create a gridspec and
15071507
subsequently add subplots based on the gridspec. Most users do

0 commit comments

Comments
 (0)