Export & Tools

The Export & Tools panel writes the graph back out to standard formats and generates analytical reports. It requires a graph to be loaded.

Subpanel: Export Options

Control Description
Path Output file path.
Format The export format for the generic Export Graph action.
Attributes Whether node/edge attributes are included in the export.
Export Graph Writes the graph in the chosen format.
Positions Exports node positions (coordinates) to a file.

Quick (format-specific) export

One-click buttons write directly to a chosen format:

Format Notes
GEXF Graph Exchange XML Format (Gephi-compatible).
GraphML XML-based interchange format.
Pajek .net format for Pajek and related tools.
JSON Node-link JSON.
Note

A conversion script for PyTorch Geometric structures is included in the repository to bridge visualization and machine-learning workflows.

Subpanel: Utilities

Control Description
Power Law Fit Include a power-law fit of the degree distribution in the report.
Generate Report Produces a statistics report (text) summarizing the graph’s metrics.
Back to top