v2.0.0
[2.0.0] - 2023-05-03
Changed
- Change default
force_scale=1.0
(from0.5
) inModel.plot_model()
andModel.plot_movie()
. - Set
title="UNDEFORMED"
if increment zero is passed toModel.plot_model(inc=0)
. - If
inc < 0
inModel.plot_model()
, evaluate the increment toinc = len(Model.Results.R) - inc
.
Removed
- Remove the
config
-argument inModel.plot_model()
(plot the deformed configuration ifinc > 0
, show the undeformed configuration withlpf=1
ifinc==0
). - Don't support
Model.plot_model(force_scale=None)
, must befloat
.
What's Changed
- Plots: Remove
config
-argument (always show deformed configuration except forinc=0
) by @adtzlr in #42
Full Changelog: v1.0.4...v2.0.0