Model.xyplotzoomout#
- Model.xyplotzoomout(plot)#
Modifies the window of an xy plot by zooming out (reducing the size of the curves).
- Parameters:
plot (hwString) – The name of the plot.
Example#
Modify the xy plot (“Plot1”) window by zooming out.#import hm import hm.entities as ent model = hm.Model() model.xyplotzoomout(plotn="Plot1")