Model.xyplotfindcurves#

Model.xyplotfindcurves(plot)#

Resizes the xy plot window so the curves on the xy plot are fully visible.

Parameters:

plot (hwString) – The name of the plot to be modified.

Example#

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

model = hm.Model()

model.xyplotfindcurves(plot="Plot1")