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

Skip to content

Commit 2eaf736

Browse files
committed
minor doc correction of tight_layout_guide.rst
1 parent c7bd896 commit 2eaf736

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/users/tight_layout_guide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ the overlaps.
7070

7171
plt.tight_layout()
7272

73-
:func:`~matplotlib.pyplot.tight_layout` can take kwyword arguments of
74-
*pad*, *w_pad* and *height*. These controls the extra pad around the
73+
:func:`~matplotlib.pyplot.tight_layout` can take keyword arguments of
74+
*pad*, *w_pad* and *h_pad*. These controls the extra pad around the
7575
figure border and between subplots. The pads are specified in fraction
7676
of fontsize.
7777

@@ -129,8 +129,8 @@ from the gridspec (:ref:`gridspec-guide`) will work.
129129
plt.tight_layout()
130130

131131

132-
Although not thoroughly tested, it seems to work for subplot with aspect
133-
is not "auto" (e.g., axes with images).
132+
Although not thoroughly tested, it seems to work for subplots with
133+
aspect != "auto" (e.g., axes with images).
134134

135135

136136
.. plot::

0 commit comments

Comments
 (0)