"대문"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
Hunter0x01 (토론 | 기여) 잔글 (→편집) |
Hunter0x01 (토론 | 기여) 잔글 (→편집) |
||
17번째 줄: | 17번째 줄: | ||
http://magjac.com/graphviz-visual-editor/ | http://magjac.com/graphviz-visual-editor/ | ||
− | <quickgv name='my1' usage=" | + | <quickgv name='my1' usage="G" theme="default"> |
− | + | subgraph cluster_0 { | |
− | + | style=filled; | |
− | + | color=lightgrey; | |
− | + | node [style=filled,color=white]; | |
− | + | a0 -> a1 -> a2 -> a3; | |
− | + | label = "process #1"; | |
− | + | } | |
− | + | subgraph cluster_1 { | |
− | + | node [style=filled]; | |
+ | b0 -> b1 -> b2 -> b3; | ||
+ | label = "process #2"; | ||
+ | color=blue | ||
+ | } | ||
+ | start -> a0; | ||
+ | start -> b0; | ||
+ | a1 -> b3; | ||
+ | b2 -> a3; | ||
+ | a3 -> a0; | ||
+ | a3 -> end; | ||
+ | b3 -> end; | ||
+ | start [shape=Mdiamond]; | ||
+ | end [shape=Msquare]; | ||
</quickgv> | </quickgv> | ||