We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771f568 commit 280250fCopy full SHA for 280250f
examples/02-modal_analyses/01-plot_and_animate_modes.py
@@ -48,6 +48,7 @@
48
49
###############################################################################
50
# Animate a mode shape
51
+# To suppress window pop-up, set the `off_screen` argument to True.
52
# ~~~~~~~~~~~~~~~~~~~~
53
-animation.animate_mode(disp, mode_number=1, save_as="tmp.gif")
54
+animation.animate_mode(disp, mode_number=1, save_as="tmp.gif", off_screen=True)
0 commit comments