"대문"의 두 판 사이의 차이

감성상자
둘러보기로 가기 검색하러 가기
잔글 (→‎편집)
17번째 줄: 17번째 줄:
 
http://magjac.com/graphviz-visual-editor/
 
http://magjac.com/graphviz-visual-editor/
  
<quickgv name='my1' usage="G"  theme="default">
+
<quickgv name='my1' usage="G"  theme="default">
  subgraph cluster_0 {
+
        node [shape=point label=none]
    style=filled;
+
a->b[arrowhead="nonenonenonenone"]
    color=lightgrey;
+
c->d[arrowhead="teenonenonenone"]
    node [style=filled,color=white];
+
e->f[arrowhead="noneteenonenone"]
    a0 -> a1 -> a2 -> a3;
+
g->h[arrowhead="teeteenonenone"]
    label = "process #1";
+
i->j[arrowhead="nonenoneteenone"]
  }
+
k->l[arrowhead="teenoneteenone"]
 
+
m->n[arrowhead="noneteeteenone"]
  subgraph cluster_1 {
+
o->p[arrowhead="teeteeteenone"]
    node [style=filled];
+
q->r[arrowhead="nonenonenoneteenone"]
    b0 -> b1 -> b2 -> b3;
+
s->t[arrowhead="teenonenonetee"]
    label = "process #2";
+
u->v[arrowhead="noneteenonetee"]
    color=blue
+
w->y[arrowhead="teeteenonetee"]
  }
+
x->z[arrowhead="nonenoneteetee"]
  start -> a0;
+
A->B[arrowhead="teenoneteetee"]
  start -> b0;
+
C->D[arrowhead="noneteeteetee"]
  a1 -> b3;
+
E->F[arrowhead="teeteeteetee"]
  b2 -> a3;
 
  a3 -> a0;
 
  a3 -> end;
 
  b3 -> end;
 
 
 
  start [shape=Mdiamond];
 
  end [shape=Msquare];
 
 
</quickgv>
 
</quickgv>
  

2020년 10월 3일 (토) 14:11 판

처음

문서만들기

편집

http://magjac.com/graphviz-visual-editor/