EdgeStyle
可用
Option for styling edges in graphs
EdgeStyle
Table[CompleteGraph[5, EdgeStyle -> style], {style, {Gray, Dashed, Thick}}]
→ {Graph[<5>, <10>], Graph[<5>, <10>], Graph[<5>, <10>]}CompleteGraph[5, BaseStyle -> Red, EdgeStyle -> Blue]
→ Graph[<5>, <10>]CompleteGraph[5, BaseStyle -> Red, EdgeStyle -> Dashed]
→ Graph[<5>, <10>] 全部 6300 個函式 ·
從 MCP 用戶端使用這個