Qurak

SelfLoopStyle

Verfügbar

option for self-loop style in graphs

SelfLoopStyle
GraphPlot[SparseArray[{{1, 4}, {1, 5}, {4, 5}, {5, 5}, {2, 3}, {2, 5}, {3, 5}} -> 1, {5, 5}], SelfLoopStyle -> All] → Graph[SparseArray[{{1, 4}, {1, 5}, {4, 5}, {5, 5}, {2, 3}, {2, 5}, {3, 5}} -> 1, {5, 5}], SelfLoopStyle -> All]Table[GraphPlot[{1 -> 4, 1 -> 5, 2 -> 3, 2 -> 5, 3 -> 5, 4 -> 5, 5 -> 5}, SelfLoopStyle -> s], {s, {0.1, 0.25, 0.5, 1.}}] → {-Graphics-, -Graphics-, -Graphics-, -Graphics-}GraphPlot[SparseArray[{{1, 4} -> 1, {1, 5} -> 1, {4, 5} -> 1, {5, 5} -> 4, {2, 3} -> 1, {2, 5} -> 1, {3, 5} -> 1}, {5, 5}], SelfLoopStyle -> All] → Graph[SparseArray[Automatic, {5, 5}, 0, {1, {{0, 2, 4, 5, 6, 7}, {{4}, {5}, {3}, {5}, {5}, {5}, {5}}}, {1, 1, 1, 1, 1, 1, 4}}], SelfLoopStyle -> All]

Themen

Verwandt

Alle 6300 Funktionen · Dies aus einem MCP-Client verwenden