Model.xyplotpop# Model.xyplotpop(plot)# Pops an xy plot to the top level. Parameters: plot (hwString) – The name of the plot to be popped. Example# Pop to the top level the plot “ Plot1 “# import hm import hm.entities as ent model = hm.Model() model.xyplotpop(plot="Plot1")