Allowed attributes:
EdgeColor, EdgeStyle, Hidden, Name, NodeColor, NodeLabels, NodeStyle, Title, VertexColor, VertexLabels, VertexStyle
Allowed attributes:
EdgeColor, EdgeStyle, FacetColor, FacetStyle, Hidden, Name, PointColor, PointLabels, PointStyle, Title, VertexColor, VertexLabels, VertexStyle

The methods described below can be used to add more details to drawings created by other visualization methods.

SUBCOMPLEX ("PROPERTY_NAME" or [ Facets ], %Visual::Polygon::decorations)
Add a subcomplex with optional different graphical attributes
FACES ("PROPERTY_NAME" or [ Faces ], %Visual::Polygon::decorations)
Add faces with optional different graphical attributes
MORSE_MATCHING (%Visual::Graph::decorations)
Add the MORSE_MATCHING to the visualization of the SimplicialComplex.

Each auxiliary method always returns the visual object it was called with ($this), which makes it easy to build longer method chains of the kind: VISUAL->DIRECTED_GRAPH->VERTEX_COLORS .