Model.xyplotsetcurrent# Model.xyplotsetcurrent(plot)# Sets the current xy plot. Parameters: plot (hwString) – The name of the plot to be made current. Example# Set as current plot the “myplot”# import hm import hm.entities as ent model = hm.Model() model.xyplotsetcurrent(plot="myplot")