X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
X Tutup