Graphviz: Difference between revisions
Jump to navigation
Jump to search
(→Order) |
(→Order) |
||
| Line 8: | Line 8: | ||
label="共用流程"; | label="共用流程"; | ||
A [label="收到下訂請求"]; | A [label="收到下訂請求"]; | ||
B [label=" | B [label="檢查價格與庫存"]; | ||
C [label=" | C [label="排定更新價格作業"]; | ||
D1 [label="進入 JTR 專用流程"]; | D1 [label="進入 JTR 專用流程"]; | ||
D2 [label="進入 TKM 專用流程"]; | D2 [label="進入 TKM 專用流程"]; | ||
| Line 35: | Line 35: | ||
Z2 [label="下訂失敗"]; | Z2 [label="下訂失敗"]; | ||
A -> B -> C -> {D1 D2 D3}; | A -> B; | ||
B -> C; | |||
B -> {D1 D2 D3}; | |||
C -> Z2; | |||
D1 -> E1 -> E2 -> E3 -> Z1; | D1 -> E1 -> E2 -> E3 -> Z1; | ||
D2 -> F1; | D2 -> F1; | ||
Revision as of 08:00, 18 March 2019
Beautify Edges
Order
GDS
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
| label | xlabel | headlabel | taillabel |
|---|---|---|---|
Difference between label and xlabel 1
Attribute label works not good as expected while using in subgraph.
| label | xlabel | label in subgraph | xlabel in subgraph |
|---|---|---|---|
Difference between label and xlabel 2 (constraint=false)
- The label is gone.
- Space of xlabel is not enough.
| label | |
|---|---|
| xlabel | |
| xlabel with minlen=4 |
|
| label in subgraph |
|
| xlabel in subgraph |
|
| xlabel in subgraph with minlen=4 |