Ask Your Question

Revision history [back]

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.