图的属性
-
函数
- EdgeCapacity
- EdgeLabels
- EdgeShapeFunction
- EdgeStyle
- EdgeWeight
- EdgeWeightedGraphQ
- GraphHighlight
- GraphHighlightStyle
- GraphLayout
- VertexCapacity
- VertexCoordinates
- VertexLabels
- VertexShape
- VertexShapeFunction
- VertexSize
- VertexStyle
- VertexWeight
- VertexWeightedGraphQ
- WeightedAdjacencyGraph
- WeightedAdjacencyMatrix
- WeightedGraphQ
- 相关指南
-
-
函数
- EdgeCapacity
- EdgeLabels
- EdgeShapeFunction
- EdgeStyle
- EdgeWeight
- EdgeWeightedGraphQ
- GraphHighlight
- GraphHighlightStyle
- GraphLayout
- VertexCapacity
- VertexCoordinates
- VertexLabels
- VertexShape
- VertexShapeFunction
- VertexSize
- VertexStyle
- VertexWeight
- VertexWeightedGraphQ
- WeightedAdjacencyGraph
- WeightedAdjacencyMatrix
- WeightedGraphQ
- 相关指南
-
函数
图的属性
图属性用于设置和存储与顶点、边和图本身相关的数值. 通常与样式、标签和权值相关的标准属性用于扩展图的建模功能,并且由所有图相关函数自动处理. 用户定义的属性,允许图建模的更多扩展.
标准算法属性
EdgeWeight, VertexWeight — 边和顶点权值
EdgeCapacity, VertexCapacity — 边和顶点的容量
WeightedAdjacencyMatrix ▪ WeightedAdjacencyGraph ▪ WeightedGraphQ ▪ EdgeWeightedGraphQ ▪ VertexWeightedGraphQ
标准视觉属性
EdgeShapeFunction, EdgeStyle, EdgeLabels — 绘制边、对边进行样式化处理和添加标签
VertexShapeFunction, VertexStyle, VertexLabels — 绘制顶点、对顶点进行样式化处理和添加标签
GraphLayout, GraphHighlightStyle — 布局、样式化处理和突出显示图
VertexShape ▪ VertexCoordinates ▪ VertexSize ▪ GraphHighlight