opto.trace.nodes.NodeVizStyleGuide.get_color

opto.trace.nodes.NodeVizStyleGuide.get_color#

NodeVizStyleGuide.get_color(x)[source]#

Assign a color to a node.

Parameters:

x – The node for which the color is to be assigned.

Returns:

The color to use for the node.

Return type:

str

Notes

The color of a node is determined based on its type. ExceptionNode types are colored ‘firebrick1’, and ParameterNode types are colored ‘lightgray’.