Skip to content

Allow graph_tool.draw.draw_hierarchy to be used without GTK installed

Alex Henrie requested to merge alex.henrie/graph-tool:gtk into master

draw_hierarchy does not need GTK, and it would save quite a bit of space on the server if we didn't have to install GTK just to use that one function ;-)

Merge request reports