|
|
|||
|
|
|
| MATHEMATICA IMPORT/EXPORT FORMAT | See Also »|More About » |
| "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, given as a list of matrices | |
| "EdgeAttributes" | edge attributes, represented as a list of rules | |
| "EdgeLabels" | list of strings representing edge labels | |
| "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 the file, rendered as a graph plot | |
| "GraphicsList" | all graphs given as a list of graphics objects | |
| "GraphList" | all graphs stored in the file, given as a list of Graph objects | |
| "VertexAttributes" | vertex attributes, represented as a list of rules | |
| "VertexCount" | number of vertices in each graph, given as a list of integers | |
| "VertexList" | vertices, given as a list of strings |
| "GraphNames" | names of the graphs, given as a list of strings | |
| elem,"name" | element elem for the graph specified by | |
| 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 |