I have the following DiGraph, G, that I generated: C:\fakepath\z_tmp.png
This plot is generated by doing: G.plot()
I would like to be able to see the vertex labels more clearly on this plot.
In order to edit the DiGraph, I had tried to remove the nodes entirely and simply have the labels via the vertex_shape=None argument for graphplot(), however this seems to be unsupported for DiGraphs. I am open to other suggestions to alter this plot so that I may see labels clearly.
I am currently running Sage v8.9