| 1 | initial version |
Well...
If I understand you correctly, the display of your graph in a browser rendering an HTML image displeases you. But you asked for it with the option method=js...
sage: HH.show(vertex_labels=True)
Launched png viewer for Graphics object consisting of 41 graphics primitives
gives you a static image ; you may try to save it in a vector format (e. g. SVG) with HH.save(...); more details in HH.show? and HH.save?.
HTH,
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.