Graphviz: Difference between revisions
Jump to navigation
Jump to search
| Line 66: | Line 66: | ||
<quickgv name="G2" theme="warm"> | <quickgv name="G2" theme="warm"> | ||
rankdir=TB; | rankdir=TB; | ||
A1 -> B1 [label="1"]; | A1 -> B1 [label="1 tcp"]; | ||
B1 -> C1 [label="2"]; | B1 -> C1 [label="2 tcp"]; | ||
C1 -> B1 [label="3"]; | C1 -> B1 [label="3 tcp"]; | ||
B1 -> A1 [label="4"]; | B1 -> A1 [label="4 tcp"]; | ||
A2 -> B2 [xlabel="1"]; | A2 -> B2 [xlabel="1 tcp"]; | ||
B2 -> C2 [xlabel="2"]; | B2 -> C2 [xlabel="2 tcp"]; | ||
C2 -> B2 [xlabel="3"]; | C2 -> B2 [xlabel="3 tcp"]; | ||
B2 -> A2 [xlabel="4"]; | B2 -> A2 [xlabel="4 tcp"]; | ||
</quickgv> | </quickgv> | ||
Revision as of 02:54, 26 February 2019
Beautify Edges
Edge Attributes
| label | arrow | other |
|---|---|---|
|
arrowhead arrowsize arrowtail color colorscheme comment constraint decorate dir fillcolor fontcolor fontname fontsize id len lhead ltail minlen nojustify penwidth pos samehead sametail showboxes target tooltip weight