Graphviz: Difference between revisions
Jump to navigation
Jump to search
| Line 71: | Line 71: | ||
rankdir=TB; | rankdir=TB; | ||
A -> B [label="1"]; | A -> B [label="1"]; | ||
</quickgv> | </quickgv> | ||
| valign="top" | | | valign="top" | | ||
| Line 79: | Line 76: | ||
rankdir=TB; | rankdir=TB; | ||
A -> B [xlabel="1"]; | A -> B [xlabel="1"]; | ||
</quickgv> | </quickgv> | ||
| valign="top" | | | valign="top" | | ||
| Line 88: | Line 82: | ||
subgraph cluster_subg { | subgraph cluster_subg { | ||
A -> B [label="1"]; | A -> B [label="1"]; | ||
} | } | ||
</quickgv> | </quickgv> | ||
| Line 98: | Line 89: | ||
subgraph cluster_subg { | subgraph cluster_subg { | ||
A -> B [xlabel="1"]; | A -> B [xlabel="1"]; | ||
} | } | ||
</quickgv> | </quickgv> | ||
|} | |} | ||
Revision as of 03:07, 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
Edge label
All kinds of labels
Difference between label and xlabel
| label | xlabel | label in subgraph | xlabel in subgraph |
|---|---|---|---|