Open RGD2 opened 1 month ago
Browser version: Google Chrome 129.0.6668.90 (Official Build) (64-bit) (cohort: Stable) on win64, jupyterlab running from pip install out of pyenv python install on debian stable.
Example of corruption:
I've experienced this also and found it super annoying. We've spent awhile looking into it and there is a potential fix here: https://github.com/matplotlib/matplotlib/pull/27160, issue described here: https://github.com/matplotlib/matplotlib/issues/19116. but it would require some changes in ipympl that I don't have the bandwidth to implement. However I would be happy to review anyone pushing a such a fix.
Describe the issue
Manipulating fairly large (~M points) plots,. found occasionally that the redraw would fail, then would leave old pixels in place.
Using the 'Back to previous view' / 'Forward to next view' appears to fix the corruption, otherwise it just sticks around until the figure is redrawn by re-running the cell producing it. I.E., once it appears, hitting the 'home' button does not clear it.
Affects both the plot as well as the axes, with the axes becoming unreadable. Saving the corrupted pixels using the 'Download plot' button works - in that the saved png includes the pixel corruption.
Versions
I assume you meant
|| jupyter labextension list
not&&
.