Export & Tools

The Export & Tools panel writes the graph back out to standard formats and generates analytical reports.

The parent panel 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.

Typical workflow

  1. Choose a Format and Path, decide whether to include Attributes, and press Export Graph — or use a quick-format button.
  2. Use Positions to export coordinates for reuse elsewhere.
  3. Generate a Statistics Report for a textual summary, optionally with a power-law fit.
Back to top