2.8. Save as a image, CSV files, GraphML, and a VLG (Visualized Graph) file

  • You can lauch export dialogs from File ‣ Export ‣ Graph Files... or Image Files....

  • You can save the final visualization as one of supported image formats:

    • Use SVG (Scalable Vector Graphics) or EPS (Encapsulated PostScript) for vector graphics.
    • Use PNG, JPG, GIF, or BMP formats for bitmap images.
    ../_images/export_image_dialog.png
  • You can export the graph to:

    1. A GraphML file that contains all graph elements in one formatted file, or
    ../_images/export_graphml_dialog.png
    1. Two CSV files, each stores list of nodes and edges in a tabular format respectively.
    ../_images/export_csv_dialog.png
    1. A VLG (Visual Graph) file that stores all visualization-wide information as well as graph data.
    ../_images/export_vlg_dialog.png

Tip

CSV files for nodes or edges can be exported in the Data Table window.

../_images/export_csv_in_datatable.png