-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
ImageGrid bug when using inline backend #12370
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
Comments
Just add |
Thanks for the bug report - closing as a duplicate, but I used your example as a new test... |
Understood. Thanks to you! |
@ezatterin While waiting for the new release which hopefully has this fixed you may always decide to not crop the images when using
in IPython or Jupyter. |
Bug report
Bug summary
The
ImageGrid
class seems to not behave correctly since the upgrade to matplotlib3.0.0
when theinline
backend is used in a Jupyter notebook: the resulting subplots fail to arrange in a grid and are placed on top of eachother. The correct behaviour is reproduced if using thenotebook
oripympl
backends. Thanks!Code for reproduction
Actual outcome

Expected outcome
Matplotlib version
inline
The text was updated successfully, but these errors were encountered: