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

감성상자
둘러보기로 가기 검색하러 가기
잔글 (→‎편집1)
15번째 줄: 15번째 줄:
 
== test test ==
 
== test test ==
 
<quickgv name="name1" usage="digraph" theme="dark">
 
<quickgv name="name1" usage="digraph" theme="dark">
rankdir=TD;
+
a [label="A" color=blue]
Hello->World;
+
b [label="B" color=cyan]
World->Hello;
+
box [label="BOX" shape=box]
Nice->Hello;
+
ellipse [label="ELLIPSE" shape=ellipse]
Google->Hello;
+
oval [label="OVAL" shape=oval]
Meet->Hello;
+
circle [label="CIRCLE" shape=circle]
Hello->World,Nice,Google,Meet;
+
point [label="POINT" shape=point]
 +
diamond [label="DIAMOD" shape=diamond]
 +
cylinder [label="CYLINDER" shape=cylinder]
 +
note [label="NOTE" shape=note]
 +
tab [label="TAB" shape=tab]
 +
 
 +
a->b
 +
box -> ellipse
 +
box -> oval
 +
box -> circle
 +
box ->point
 +
box -> diamond
 +
box -> cylinder
 +
box -> note
 +
box -> tab
 +
 
 
</quickgv>
 
</quickgv>
  

2020년 11월 27일 (금) 04:45 판