|
|
|||
|
|
|
| MATHEMATICA IMPORT/EXPORT FORMAT | See Also »|More About » |
| 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 | |
| "Graph" | first graph stored in the file, given as a Graph object | |
| "Graphics" | first graph stored in this file, rendered as a graph plot | |
| "GraphicsList" | all graphs, given as a list of graphics objects | |
| "GraphList" | all graphs in the file, given as a list of Graph objects | |
| "VertexCount" | number of vertices in each graph, given as a list of integers | |
| "VertexList" | list of integers representing the vertices |
| elem,n | data representation element elem for the n | |
| elem,{n1,n2,...} | element elem for graphs | |
| elem,All | element elem for all graphs, given as a list |
| EdgeLabels | Automatic | labels and label placement for edge | |
| EdgeWeight | Automatic | weight for edge | |
| VertexCoordinates | Automatic | center coordinate for vertex | |
| VertexLabels | Automatic | labels and label placement for vertex | |
| VertexShape | Automatic | graphic shape for vertex |
| DirectedEdges | Automatic | whether to show edges as directed arrows | |
| EdgeLabeling | Automatic | whether to include labels given for edges | |
| EdgeRenderingFunction | Automatic | function to give explicit graphics for edges | |
| VertexLabeling | Automatic | whether to show vertex names as labels | |
| VertexRenderingFunction | Automatic | function to give explicit graphics for vertices |