FigWidth and FigHeight Options#
Using these options the dimension of the plot can be determined. (Default: FigWidth=1000 and FigHeight=800)
Example#
source BraineryWiz.tcl
# ...
# lines of Creating OpenSees model
# ...
# Call PlotModel command
PlotModel FigWidth 600 FigHeight 600
Watch resulted plot here.