Thanks, Tiago, for providing the graph-tool software! While reading the
docs, I noticed some minor errors which I’d like to make you aware of:
-
In the description of “class GraphWidget” on the webpage
graph_tool.draw.gtk_draw — graph-tool 2.57 documentation,
“highlight_color” is not explained in the docstring. -
On the same web page, the parameter “eprops” in the function
“interactive_window” is described as “Dictionary with the vertex
properties”. I guess this should be EDGE properties. -
On graph_tool.draw — graph-tool 2.57 documentation, “pos” is not
explained for layout_callback and key_press_callback in GraphWidget.