CommunityGraphPlot

CommunityGraphPlot[g]

生成显示图 g 的社区结构的图线.

CommunityGraphPlot[g,{{vi1,vi2,},}]

生成图 g 的图线,其中图有社区 {vi1,vi2,}, .

CommunityGraphPlot[g,{,wj[{vi1,}],}]

生成图线,其中突出显示由符号封装 wj 定义的特征.

CommunityGraphPlot[{vi1vj1,vi2vj2,},]

生成图的图线,图中顶点 vik 与顶点 vjk 相连接.

CommunityGraphPlot[m,]

生成由邻接矩阵 m 表示的图的图线.

更多信息和选项

范例

打开所有单元关闭所有单元

基本范例  (2)

显示图中的社区:

查找社区:

显示社区:

范围  (8)

CommunityGraphPlot 可用于无向图:

有向图:

多重图:

混合图:

使用规则列表指定图:

邻接矩阵:

指定社区:

封装:

选项  (17)

AspectRatio  (2)

默认情况下,CommunityGraphPlot 会自动确定绘图的高宽比:

使用 AspectRatio1 使高度与宽度相同:

CommunityBoundaryStyle  (4)

默认社区边界样式是灰色线:

使用黑色的边界线:

使用 None 不显示边界线:

实现红色和点状边界线的交替:

CommunityLabels  (3)

生成社区的标签:

使用 Labeled 来指定单个标签:

使用 Placed 来控制标签位置:

CommunityRegionStyle  (3)

默认社区样式是 None

这也可以使用 CommunityRegionStyle->None 获得:

在社区中使用绿色:

在社区上交替使用红色和蓝色:

Method  (2)

默认情况下,CommunityGraphPlot 使用力导向布局:

这也可以通过 Method->"SpringElectrical" 获得:

对分层布局使用 Method->"Hierarchical"

PlotLegends  (3)

生成社区图例:

使用 Legended 来指定单个图例项:

使用 Placed 来控制图例位置:

Wolfram Research (2012),CommunityGraphPlot,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CommunityGraphPlot.html.

文本

Wolfram Research (2012),CommunityGraphPlot,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CommunityGraphPlot.html.

CMS

Wolfram 语言. 2012. "CommunityGraphPlot." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/CommunityGraphPlot.html.

APA

Wolfram 语言. (2012). CommunityGraphPlot. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/CommunityGraphPlot.html 年

BibTeX

@misc{reference.wolfram_2024_communitygraphplot, author="Wolfram Research", title="{CommunityGraphPlot}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/CommunityGraphPlot.html}", note=[Accessed: 17-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_communitygraphplot, organization={Wolfram Research}, title={CommunityGraphPlot}, year={2012}, url={https://reference.wolfram.com/language/ref/CommunityGraphPlot.html}, note=[Accessed: 17-November-2024 ]}