Model.xyplotpage#

Model.xyplotpage()#

Pages through the active xy plots making each plot the entire size of the screen, then pauses until a mouse click.

Example#

Make each active xy plot at the size of the entire size of the screen#
import hm
import hm.entities as ent

model = hm.Model()

model.xyplotpage()