Model.xyplotstack#

Model.xyplotstack()#

Stacks the active xy plots.

Example#

Stack the active xp plots#
import hm
import hm.entities as ent

model = hm.Model()

model.xyplotstack()