

Graph feature themes affect the plots of vertices and edges.Wolfram Data Framework Semantic framework for real-world data.Possible settings for PlotTheme include common base themes, color feature themes, font features themes, and size features themes.Whether to interpret Rule as DirectedEdgeĪspects of performance to try to optimize Graph has the same options as Graphics, with the following additions and changes:Īnnotations for graph, edges and vertices.The following standard properties are supported for edges:.

The following standard properties are supported for vertices:.Annotation can be used to associate annotations with vertices and edges:Īssociate the annotation name-> value with the vertex vĪssociate the annotation name-> value with the edge e.The possible label placements are given in VertexLabels and EdgeLabels, respectively.Show the element using the specified stylesĪttach an arbitrary tooltip to the element The following special wrappers can be used for vertices and edges:ĭefine an action to execute when the element is clickedĭefine a general event handler for the elementĭisplay in the status area when the element is moused over.A mixed graph is specified using a collection of directed and undirected edges.A directed graph is specified using a collection of directed edges.An undirected graph is specified using a collection of undirected edges.A tagged edge from u to v can be given as u v, u v, UndirectedEdge or DirectedEdge.A directed edge from u to v can be given as u v, u-> v, DirectedEdge, or Rule.An undirected edge between u and v can be given as u v, u v, UndirectedEdge or TwoWayRule.

Graph is treated as a raw object by functions like AtomQ, and for purposes of pattern matching.Graph is always converted to an optimized standard form with structure Graph.

