Iframe to graph

We currently don't have a display-only type of UI that would offer this control.
I do have a prototype for GraphML file export that includes location information for vertices which might be of use if you want to render an image using 3rd party software in future.

For now there is a hack that looks to work in Chrome -

  • install the SVG Crowbar2 bookmarklet [1] in your browser

  • Load a graph workspace then click the bookmarklet to download an SVG image:
    .

  • This downloads an SVG file but which looks to be corrupted so you'll need to do a minor edit using a text editor - find and remove all instances of the ,="" string.

  • Save the SVG and you have an image you can embed.

Hope this helps

[1] http://nytimes.github.io/svg-crowbar/