Model.xyplotorganize#

Model.xyplotorganize()#

Organizes the active plots so that they are fully visible on the screen.

Example#

Organize the active plots#
import hm
import hm.entities as ent

model = hm.Model()

model.xyplotorganize()