graph_tool.inference.DrawBlockState#
- class graph_tool.inference.DrawBlockState[source]#
Bases:
ABCBase state that implements group-based drawing.
Methods
draw(**kwargs)Convenience wrapper to
graph_draw()that draws the state of the graph as colors on the vertices and edges.- draw(**kwargs)[source]#
Convenience wrapper to
graph_draw()that draws the state of the graph as colors on the vertices and edges.