Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fixes and wording modifications (minor) #6322

Merged
merged 2 commits into from Apr 23, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -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``
to specify the figure where the subplots will be created. If ``fig``
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"a user to specify"?

is ``None`` (default) then the method will use the current figure retrieved by
:func:`gcf`.

Expand Down