Skip to content

Commit

Permalink
Merge pull request #6322 from akhmerov/patch-1
Browse files Browse the repository at this point in the history
Typo fixes and wording modifications (minor)
  • Loading branch information
jenshnielsen committed Apr 23, 2016
2 parents 2b84f88 + 8cb7dae commit 35e2781
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,8 +1,8 @@
New Firgure Parameter for subplot2grid
New Figure Parameter for subplot2grid
--------------------------------------

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

Expand Down

0 comments on commit 35e2781

Please sign in to comment.