-
Notifications
You must be signed in to change notification settings - Fork 308
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
TypeError: 'AxesSubplot' object is not subscriptable #325
Comments
Yeah, that's strange. That plot command works when running from the command line (using the Tk backend for matplotlib) but fails when running in jupyter. No idea why that would be, though I know very little about matplotlib or jupyter. |
I've just tried to run the demo from the command line (IPython) and got the same result. Seems the same issue is described here https://stackoverflow.com/questions/52273546/matplotlib-typeerror-axessubplot-object-is-not-subscriptable |
Okay, actually I was wrong, it's not the backend. This bug was already fixed (in pull #308) but not yet released. So we need to do that. :) |
You're right I've just tested the demo on the master branch and it works as expected. So the bug presents in the v3.4.0. Are you going to close this issue when the new release will be available? |
Fixed in v3.4.1 |
The text was updated successfully, but these errors were encountered: