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

Accepting figure argument in subplot2grid #6105

Closed
Phyks opened this issue Mar 3, 2016 · 1 comment
Closed

Accepting figure argument in subplot2grid #6105

Phyks opened this issue Mar 3, 2016 · 1 comment
Labels
Difficulty: Easy https://matplotlib.org/devdocs/devel/contribute.html#good-first-issues New feature
Milestone

Comments

@Phyks
Copy link

Phyks commented Mar 3, 2016

Hi,

Is there a reason to force the use of the current figure with fig = gcf() in subplot2grid:

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

@tacaswell tacaswell added this to the 2.1 (next point release) milestone Mar 3, 2016
@tacaswell tacaswell added New feature Difficulty: Easy https://matplotlib.org/devdocs/devel/contribute.html#good-first-issues labels Mar 3, 2016
@tacaswell
Copy link
Member

Sounds reasonable enough to me.

paulkirow added a commit to paulkirow/matplotlib that referenced this issue Mar 17, 2016
CrazyKsv added a commit to CrazyKsv/matplotlib that referenced this issue Mar 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Easy https://matplotlib.org/devdocs/devel/contribute.html#good-first-issues New feature
Projects
None yet
Development

No branches or pull requests

2 participants