| 1 | initial version |
Have you tried that:
sage: G = graphs.RandomBlockGraph(20, 4, kmax=6)
sage: G.show(method='js')
The graph is displayed using d3.js in your navigator, and it is now possible to export in SVG.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.