Model.vectorsoff#

Model.vectorsoff()#

Removes review vectors from the screen.

Example#

Turn off the review vectors#
import hm
import hm.entities as ent

model = hm.Model()

model.vectorsoff()