ButterflyGraph
给出 n 阶蝶图.
ButterflyGraph[n,b]
给出以 b 为基、n 为阶数的蝶图.
更多信息和选项
- ButterflyGraph 又称蝴蝶结图或沙漏图.
- 对于正整数 n 和 b,ButterflyGraph 产生一个 Graph 对象.
- ButterflyGraph[n,b] 是具有 (n+1)bn 个顶点的图,其中顶点是 {w,i} 对,而 w 是长度为 n 的基数为 b 的字符串,而 i 是在从 0 到 n 范围内的整数. 对于每个 i,存在从 {w,i} 到 {,i+1} 的一条边,其中 w 和 在所有位数上都相同,除了第 (i +1) 位可能不同.
- ButterflyGraph[n] 等价于 ButterflyGraph[n,2].
- ButterflyGraph 采用与 Graph 相同的选项.
所有选项的列表
范例
打开所有单元关闭所有单元选项 (80)
DirectedEdges (1)
使用 DirectedEdges->True 来生成一个有向图:
EdgeLabels (7)
使用符号位置信息的 Placed 来控制沿着一条边的标签位置:
通过 Tooltip 和 StatusArea 的值,使用自动标签:
EdgeShapeFunction (6)
获取 EdgeShapeFunction 的内置设置列表:
EdgeShapeFunction 可以与 EdgeStyle 合起来使用:
EdgeShapeFunction 具有比 EdgeStyle 更高的优先级:
GraphHighlightStyle (2)
GraphLayout (5)
VertexCoordinates 覆写 GraphLayout 坐标:
通过一个布局算法,利用 AbsoluteOptions 提取计算所得的 VertexCoordinates:
VertexCoordinates (3)
使用 AbsoluteOptions 提取所得的顶点坐标:
VertexCoordinates 具有比 GraphLayout 更高的优先级:
VertexLabels (13)
VertexShape (5)
将任意 Graphics、Image 或者 Graphics3D 作为顶点形状使用:
VertexShape 可以与 VertexSize 合起来使用:
VertexShape 不受 VertexStyle 影响:
VertexShapeFunction 具有比 VertexShape 更高的优先级:
VertexShapeFunction (10)
获取 VertexShapeFunction 的内置设置列表:
利用 VertexShapeFunction 在 "Basic" 集合中的内置设置:
使用 VertexShapeFunction 在 "Rounded" 集合中的内置设置:
使用 VertexShapeFunction 在 "Concave" 集合中的内置设置:
VertexShapeFunction 可以与 VertexStyle 合起来使用:
VertexShapeFunction 具有比 VertexStyle 更高的优先级:
VertexShapeFunction 可以与 VertexSize 合起来使用:
VertexShapeFunction 具有比 VertexShape 更高的优先级:
VertexSize (8)
VertexSize 可以与 VertexShapeFunction 合起来使用:
VertexSize 可以与 VertexShape 合起来使用:
VertexStyle (5)
VertexShapeFunction 可以与 VertexStyle 合起来使用:
VertexShapeFunction 具有比 VertexStyle 更高的优先级:
VertexStyle 可以与 BaseStyle 合起来使用:
VertexStyle 具有比 BaseStyle 更高的优先级:
VertexShape 不受 VertexStyle 影响:
应用 (6)
蝶图的 GraphCenter:
突出显示 ButterflyGraph 的顶点度:
属性和关系 (3)
文本
Wolfram Research (2010),ButterflyGraph,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ButterflyGraph.html.
CMS
Wolfram 语言. 2010. "ButterflyGraph." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/ButterflyGraph.html.
APA
Wolfram 语言. (2010). ButterflyGraph. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/ButterflyGraph.html 年