While I'm waiting for the sorting to finish, I would like to adjust a part of Mathematica graph I'm working on. The problem is that nodes are on top of edges, I wonder if there is a way to reverse that. In the image you can see that arrows are not showing proper...
I'm doing a GraphPlot[]
with custom VertexRenderingFunction
and EdgeRenderingFunction
paramaters. It looks something like this:
As you can see, it would be as they say cool if the arrows were on top of the nodes. Is there an easy way to hax it in?