The latest Released version: 0.95 - Email Address: BraineryWiz@Gmail.com.

round_digit Option#

Determines the number of digits after dot to round and prevent of showing long numbers.

Example with round_digit=3#
import BraineryWiz as bz

# ...
# Create the OpenSees model
# ...

# Call PlotModeShape command
bz.PlotModeShape(plotmode=1, round_digit=3)