visualize_graph
Render NetworkX graphs to PNG files for visualization, supporting multiple layout algorithms to save visual representations of complex network structures.
Instructions
Render graph to PNG file (saves to disk, not base64).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_id | Yes | ||
| layout | No | spring | |
| output_dir | No | graphs | |
| filename | No | ||
| dpi | No |