Model.xyplotexpand#

Model.xyplotexpand(plot)#

Expands a plot to cover the entire graphics region of the screen.

Parameters:

plot (hwString) – The name of the plot to be expanded

Example#

Expand the plot with name “ Plot1 “#
import hm
import hm.entities as ent

model = hm.Model()

model.xyplotexpand(plot="Plot1")