i have been using graph-tool library while now, far hadn't been using of drawing features. today when trying use graph_tool.draw.graph_draw realised had configured graph-tool without cairo,
./configure --disable-cairo
and graphics library graph_draw uses. if install cairo now, there way activate features of graph_tool rely on cairo without having remove , reinstall whole graph_tool module? spare few hours of re-installation. (the make process takes 3 hours on machine).
you have recompile library, since cairo-based drawing implemented in c++.
Comments
Post a Comment