-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesNew feature
Milestone
Description
Hi,
Is there a reason to force the use of the current figure with fig = gcf() in subplot2grid:
matplotlib/lib/matplotlib/pyplot.py
Line 1150 in 2b4e698
| def subplot2grid(shape, loc, rowspan=1, colspan=1, **kwargs): |
I think it would be useful to be able to pass it a figure argument.
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesNew feature