You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After using the "%matplotlib notebook" magic command and interacting with the plot using "Pan" or "Zoom to Rectangle" the "Download Plot" button produces a image comprising of static. Before interaction it downloads the image as expected. I will note that in my browser the plot is actually subtle white and grey noise in place of the black as seen below
Download plot after using "Zoom to Rectangle" to zoom in on x from 0 to pi
Download plot after using "Pan" THEN "Zoom to Rectangle"
Download plot after using "Zoom to Rectangle" THEN"Pan"
Expected outcome
Not static, for example using "Zoom to Rectangle" to zoom in on x from 0 to pi
Matplotlib version
First System:
Operating system: Linux Kernel 3.10.0-862.el7.x86_64
Matplotlib version: 3.1.3
Matplotlib backend (nbAgg):
Python version: 3.7.6
Jupyter version (if applicable): 6.0.3
Browser : Firefox
Other libraries:
Second System:
Operating system:Windows 10 18363.900 machine
Matplotlib version: 3.2.2
Matplotlib backend (nbAgg):
Python version: 3.7.4
Jupyter version (if applicable): 6.0.3
Browser: Firefox
Other libraries:
To be honest I'm not incredibly sure how the Linux system was set up since I am mostly just using it remotely (both with X-forwarding and using remote kernels), but for the Windows system I install and update everything using Anaconda or conda commands in cmd.
I haven't been able to find anything to fix this issue, and I've tried changing the backend but I'm not familiar enough with those to mess around with them, hopefully theres some kind of solution directly within the code or through upgrading/downgrading some packages. Thanks!
The text was updated successfully, but these errors were encountered:
Interesting. To try in improve performance what we send between the font end and the kernel is diffs between subsequent views (long runs of 0 compress really well!) so what you are seeing is the diff not static (which is still not right, but at least explainable).
Can you try with the 3.3.0rc1 release (pip install --upgrade --pre matplotlib)? I can not reproduce this with firefox with 3.3.0rc1 but can reproduce it with 3.2.2.
Bug report
Bug summary
After using the "%matplotlib notebook" magic command and interacting with the plot using "Pan" or "Zoom to Rectangle" the "Download Plot" button produces a image comprising of static. Before interaction it downloads the image as expected. I will note that in my browser the plot is actually subtle white and grey noise in place of the black as seen below
Code for reproduction
Actual outcome
Download Plot without interaction:

Download Plot after using "Pan" only

Download plot after using "Zoom to Rectangle" to zoom in on x from 0 to pi

Download plot after using "Pan" THEN "Zoom to Rectangle"

Download plot after using "Zoom to Rectangle" THEN"Pan"

Expected outcome

Not static, for example using "Zoom to Rectangle" to zoom in on x from 0 to pi
Matplotlib version
First System:
Second System:
To be honest I'm not incredibly sure how the Linux system was set up since I am mostly just using it remotely (both with X-forwarding and using remote kernels), but for the Windows system I install and update everything using Anaconda or conda commands in cmd.
I haven't been able to find anything to fix this issue, and I've tried changing the backend but I'm not familiar enough with those to mess around with them, hopefully theres some kind of solution directly within the code or through upgrading/downgrading some packages. Thanks!
The text was updated successfully, but these errors were encountered: