Skip to content

Document that Figure.add_subplot can take a GridSpec[...] as argument #12114

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

Closed
anntzer opened this issue Sep 14, 2018 · 1 comment
Closed

Document that Figure.add_subplot can take a GridSpec[...] as argument #12114

anntzer opened this issue Sep 14, 2018 · 1 comment
Milestone

Comments

@anntzer
Copy link
Contributor

anntzer commented Sep 14, 2018

Something like fig.add_subplot(gridspec[0, 1]) isn't mentioned at all in the add_subplot docstring, it probably should be. Could additionally go to the docstrings of plt.subplot (if that guy accepts a gridspec too, I guess it does?), and of SubplotBase.__init__ (as that's where the logic resides).

@anntzer
Copy link
Contributor Author

anntzer commented Aug 6, 2022

Closed by #16527.

@anntzer anntzer closed this as completed Aug 6, 2022
@anntzer anntzer added this to the v3.3.0 milestone Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant