Runing Sage 6.4.1 on a MacBook Pro, OS X 10.9 (but the problems below
happen on all other Macs running 10.6 for example (with appropriate Sage
versions).
I cannot plot from Sage to a window using a Python script, but I can in a
Sage session. If I use the code,
adj= [[0,0,0,1],[0,0,0,1],[0,
I cannot plot from Sage to a window using a Python script, but I can in a
Sage session. If I use the code,
adj= [[0,0,0,1],[0,0,0,1],[0,0,0,1],[1,1,1,0]]
M = Matrix(Adjls) # Convert to Sage matrix
D= Graph(M)
D.show()
in a Python script I do not get a plot from show(), although all the