Model.descriptorsetcolor#

Model.descriptorsetcolor(color)#

Sets the color of the plot descriptor.

Parameters:

color (int) – The color of the descriptor.

Example#

Set the descriptor color to blue#
import hm
import hm.entities as ent

model = hm.Model()

model.descriptorsetcolor(color=9)