Model.xyplotpush# Model.xyplotpush(plot)# Pushes an xy plot to the bottom level. Parameters: plot (hwString) – The name of the plot to be pushed. Example# Push to the bottom level the plot “ Plot1 “# import hm import hm.entities as ent model = hm.Model() model.xyplotpush(plot="Plot1")