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

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')