Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Milestone
Description
Something likefig.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 ofplt.subplot
(if that guy accepts a gridspec too, I guess it does?), and ofSubplotBase.__init__
(as that's where the logic resides).