I am trying to use the Graph functionality in sage but it does not
quite work.
I do
G=DiGraph({0: {2: '3*x^2'}, 1: {0: '3/x'}, 2: {1: '6*x^2'}})
G.show()
A pgn viewer pops up showing the graph indeed. However:
(a) The vertex labels are cropped.
(b) No edge labels are shown.
Am I doing something wrong?
This Sage 4.2.1. Freshly compiled from source on Ubuntu 9.04.
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org