title Option#
A string that determines the title of the plot. (Default=’BraineryWiz’)
Example#
Example with title=’New Title’#
import BraineryWiz as bz
# ...
# Create the OpenSees model
# ...
# Call PlotModel command
bz.PlotModel(plotmode=1, title='New Title')