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,