8000 Merge pull request #6322 from akhmerov/patch-1 · matplotlib/matplotlib@35e2781 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35e2781

Browse files
committed
Merge pull request #6322 from akhmerov/patch-1
Typo fixes and wording modifications (minor)
2 parents 2b84f88 + 8cb7dae commit 35e2781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/users/whats_new/uptade_subplot2grid.rst renamed to doc/users/whats_new/update_subplot2grid.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
New Firgure Parameter for subplot2grid
1+
New Figure Parameter for subplot2grid
22
--------------------------------------
33

44
A ``fig`` parameter now exists for the method :func:`subplot2grid`. This allows
5-
for the figure that the subplots will be created in to be specified. If ``fig``
5+
a user to specify the figure where the subplots will be created. If ``fig``
66
is ``None`` (default) then the method will use the current figure retrieved by
77
:func:`gcf`.
88

0 commit comments

Comments
 (0)
0