Model.xyplotdraw#

Model.xyplotdraw(plot)#

Draws an xy plot.

Parameters:

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

Example#

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

model = hm.Model()

model.xyplotdraw(plot="Plot1")