|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
CommunityGraphPlot
CommunityGraphPlot[g]
generates a plot showing the community structure of the graph g.
CommunityGraphPlot[g, {{vi1, vi2, ...}, ...}]
generates a plot for the graph g with communities
, ... .
CommunityGraphPlot[g, {..., wj[{vi1, ...}], ...}]
generates a plot with highlighting features defined by the symbol wrappers
.
CommunityGraphPlot[{vi1->vj1, vi2->vj2, ...}, ...]
generates a plot for a graph in which vertex
is connected to vertex
.
CommunityGraphPlot[m, ...]
generates a plot for a graph represented by the adjacency matrix m.
Details and OptionsDetails and Options
- CommunityGraphPlot attempts to draw the vertices grouped into communities.
- The following wrappers
can be used for communities: -
Annotation[a,label] provide an annotation Button[a,action] define an action to execute when the element is clicked EventHandler[a,...] define a general event handler for the element Hyperlink[a,uri] make the element act as a hyperlink Labeled[a,...] display the element with labeling PopupWindow[a,cont] attach a popup window to the element Property[a,name->value] set a property for the element StatusArea[a,label] display in the status area when moused over Style[a,opts] show the element using the specified styles Tooltip[a,label] attach an arbitrary tooltip to the element - CommunityGraphPlot has the same options as Graph, with the following additions and changes:
-
CommunityRegionStyle Automatic style of community region CommunityBoundaryStyle Automatic style of community boundary CommunityLabels None labels for communities Method Automatic methods to use PlotLegends None legend for communities
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


