I'm having some problems with the Mathematica graphics inspector. I want to make a graph with the following code:
GraphPlot[{{1, 1, 1, 1}, {1, 1, 1, 1}, {1, 1, 1, 1}, {1, 1, 1, 1}},
DirectedEdges -> True, MultiedgeStyle -> True, SelfLoopStyle -> True]
Which results in a good looking graph. But when I use Graphics Inspector to alter the weight of the edges, it gives me an error and Mathematica closes. Does anyone else have ever experienced this? Or do you have another solution for me to achieve my graph with weighted edges?
I'm using Mathematica version 7.
EdgeRenderingFunction
to programmetically set edge thickness. – Sjoerd C. de Vries Nov 18 '12 at 12:33