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
How to use the command to close the window, we know that display(GLMakie.Screen(), figure)
will display the figure window,
but is there any close(figure) command to close the figure window function, if you use empty!(f) to clear f , but the window is still on top, is it possible to close the window invisible only by clicking the mouse? GLMakie.closeall() will close all figure window
I have two purposes, 1 is to clean up the memory, 2 is to close the window directly through the command, just like the close fig function of matlab
The text was updated successfully, but these errors were encountered:
How to use the command to close the window, we know that
display(GLMakie.Screen(), figure)
will display the figure window,
but is there any close(figure) command to close the figure window function, if you use
empty!(f)
to clear f , but the window is still on top, is it possible to close the window invisible only by clicking the mouse?GLMakie.closeall()
will close all figure windowI have two purposes, 1 is to clean up the memory, 2 is to close the window directly through the command, just like the
close fig
function of matlabThe text was updated successfully, but these errors were encountered: