|
|
|||
|
|
|
| "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 matrix | |
| "EdgeAttributes" | edge attributes, represented as a list of rules | |
| "EdgeRules" | connectivity data for the graphs, given as a list of rules | |
| "Graph" | graph stored in the file, given as a Graph object | |
| "GraphAttributes" | graph attributes, represented as a list of rules | |
| "Graphics" | graph stored in the file, rendered as a graph plot | |
| "VertexAttributes" | vertex attributes, represented as a list of rules | |
| "VertexCount" | number of vertices in the graph | |
| "VertexList" | vertices, given as a list of strings |
| 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 |
| DirectedEdges | Automatic | whether the data to be exported represents a directed graph |
Import a graph from Graphlet GML, rendered as a Graph object:
Export a Graph object to GML:
Render an adjacency matrix representation of a Graphlet GML graph as MatrixPlot:
Export a Graph object with a raster image as a label:
|