-
|
is there a easy way to test if a figure is currently visible / displayed? I was writing a loop to the effect of for looping motion while I'm debugging things, and it would be nice if the loop could stop whenever I closed the fig or replaced it with a new one. I tried searching around but only found ways to set the visibility of things, not get. |
Beta Was this translation helpful? Give feedback.
Answered by
ffreyer
Feb 8, 2026
Replies: 1 comment 2 replies
-
|
There is |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rokke-git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is
events(fig/ax/scene).window_openandisopen(scene)which just checks the event.