-
Hi Marco, I have a Plotter instance that I add/change elements in and I repeatedly call a function like: However, every time I add/change it resets the zoom. Is there a way to avoid the zoom reset? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
marcomusy
Nov 1, 2023
Replies: 1 comment 1 reply
-
Hi Jeff, just call |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JeffPS13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Jeff, just call
.show(...)
once and then inside your callback you just need to callplt.render()
to refresh.Check out
examples/basic/mousehover1.py