graph - Mathematica GraphPlot and the EdgeRenderingFunction -


When I'm waiting to finish, I'd like to adjust a part of the Mathematica graph on which I'm working I am The problem is that the nodes are above the edges, I wonder if there is such a way to reverse, in the image you can see that the arrows are not showing up correctly ...

I have the custom < Code> VertexRenderingFunction and with GraphPlot [] Edge Rendering Function parameter looks like this:

As you can see, as they say cool if the arrows are above the nodes, hide is in it Neither way?

The answer to the mark is absolutely right that you asked - and you can write your own function which is reverse

A less straightforward solution can be attracted slightly backwards from the end of the arrow:

  graphplot [table [i -> Mod [3i + 1, 9], {i, 0, 8}], Vertex Rendering Function - & gt; ({{White, disc [#, 0.15]}, circle [#, 0.15]} & amp;), guided edges - & gt; True, EdgeRenderingFunction - & gt; ({Arrowheads [{. 05, .8}}], red, arrow [#]} & amp;)]  

This will reduce the crowd in nodes.


Comments