On 26.10.2015 15:30, yannis panagis wrote: > Dear all, > > I am trying to draw a graph the labels of which are rather long and > overlap with neighboring nodes. Because of that some labels are hidden > apparently according to the drawing order of the nodes. > > You can reproduce the effect by running the attached script in the > same directory with the graph file. > > Is there any workaround for that issue. Do z-coordinates help at all?
You can specify the relative ordering of the nodes via the "vorder" parameter of graph-draw(). You can try simply vorder=g.vp.size. Best, Tiago -- Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
