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
I've been having some fun with EOmaps and was trying to use the ipympl MPL backend and see this for an example from the docs. I'm curious if the difference I'm seeing here is due to this?
@banesullivan Woha, this should not happen... It is in fact a issue in EOmaps itself and not related to blitting problems in ipympl. (I'll track it in #214) ...Thanks for reporting!
The problem with blitting really only concerns very fast screen updates (e.g. callbacks that draw on mouse-movement).
There seems to be a race-condition somewhere in the backend that causes a mixup in the order of received
diff-images... and this in turn causes plot-artefacts from previous diff-images to remain on screen.
Sometimes images are not updated fast enough so that artefacts of animated artists remain after blitting...
nbbagg
,webagg
andipympl
check progress of: Stale information drawn by nbAgg matplotlib/matplotlib#19116
The text was updated successfully, but these errors were encountered: