|
|
|||
|
|
| Graph6 graph data format. Used for storing undirected graphs. ASCII format. Stores connectivity information for multiple undirected graphs. Suitable for small graphs or large dense graphs with up to Related to sparse6 which is optimized for large sparse graphs. Developed by Brendan McKay at The Australian National University. |
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties and settings |
| "AdjacencyMatrix" | edge information for all graphs in this file, given as a list of matrices | |
| "EdgeRules" | connectivity data for all graphs, given as an array of rules | |
| "Graphics" | first graph stored in this file, rendered as GraphPlot | |
| "GraphicsList" | all graphs stored in this file, given as a list of Graphics objects | |
| "VertexCount" | number of vertices in each graph, given as a list of integers |
| elem, n | data representation element elem for the n | |
| elem, {n1,n2,...} | element elem for graphs n1, n2, ... | |
| elem, All | element elem for all graphs, given as a list |
This imports a small graph6 sample file:
Show the edge rules representing the graph:
Import the corresponding adjacency matrix and render it as a MatrixPlot:
Convert a string representing graph6 data to a visual representation of a graph:
|
| © 2013 Wolfram Research, Inc. |