Adjacency List
Convert any formatto Adjacency List Convert from Adjacency Listto any other format
This simple export format is provided by NetworkX (Python).
Simple export format provided by NetworkX (Python).
Alternative Names: adjacency list
| Feature | Adjacency List (NetworkX) |
|---|---|
| Multiple Graphs per Document | |
| Nodes | |
| Undirected Edges | |
| Directed Edges | |
| Hyperedges | |
| Mixed-directionality Edges | |
| Parallel Edges | |
| Self-loops | |
| Edges on Edges | |
| Nested Graphs in Nodes | |
| Nested Graphs in Edges | |
| Nested Graphs in Graphs | |
| Node Labels | |
| Edge Labels | |
| Attributes on Nodes | |
| Attributes on Edges | |
| Attributes on Graphs | |
| Typed Edges | |
Tools(Read & Write)
Frequently Asked Questions
What is a Adjacency List (NetworkX) file?
A Adjacency List (NetworkX) file stores a graph — its nodes, edges and attributes — in the Adjacency List (NetworkX) format (also: adjacency list). See the feature table above for what it supports.
How do I open a Adjacency List (NetworkX) file?
Open it in a graph tool that supports Adjacency List (NetworkX), or convert it to a format your tool reads. With GraphInOut you can convert Adjacency List (NetworkX) to GraphML, DOT, Connected JSON and more, right in your browser.
How do I convert a Adjacency List (NetworkX) file to another format?
Use the Convert from Adjacency List (NetworkX) link above: upload or paste your Adjacency List (NetworkX) file (input preset to Adjacency List (NetworkX)), choose a target format and download the result — free, no install.