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 01085e1 commit d3cc20dCopy full SHA for d3cc20d
examples/02-modal_analyses/01-plot_and_animate_modes.py
@@ -72,4 +72,6 @@
72
# To suppress window pop-up, set the `off_screen` argument to True.
73
# ~~~~~~~~~~~~~~~~~~~~
74
75
-animation.animate_mode(disp, mode_number=1, save_as="tmp.gif", off_screen=True)
+animation.animate_mode(
76
+ disp, mode_number=1, save_as="tmp.gif", off_screen=True, deform_scale_factor=10.0
77
+)
0 commit comments