Qurak

EdgeStyle

Available

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>]

Topics

Related

All 6300 functions · Use this from an MCP client