File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7575figure border and between subplots. The pads are specified in fraction
7676of 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 ::
You can’t perform that action at this time.
0 commit comments