VertexRenderingFunction
Khả dụng
Option giving the function that draws each vertex of a graph plot
VertexRenderingFunction
GraphPlot[{1 -> 4, 1 -> 5, 2 -> 3, 2 -> 4, 2 -> 5, 3 -> 4, 3 -> 5}, VertexRenderingFunction -> None]
→ -Graphics-GraphPlot3D[{2 -> 3, 2 -> 4, 2 -> 5, 3 -> 4, 3 -> 5, 4 -> 5}, VertexRenderingFunction -> (Sphere[#, 0.1]&)]
→ -Graphics-GraphPlot[{1 -> 4, 1 -> 5, 2 -> 3, 2 -> 4, 2 -> 5, 3 -> 4, 3 -> 5}, VertexRenderingFunction -> ({White, EdgeForm[Black], Disk[#, .1], Black, Text[#2, #1]}&)]
→ -Graphics- Tất cả 6300 hàm ·
Dùng cái này từ một client MCP