Qurak

VertexRenderingFunction

可用

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-

主題

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個