minus unnoetigen Kram
This commit is contained in:
parent
b77c6a8dce
commit
01e9a775a7
|
@ -4,10 +4,8 @@ graph grid
|
|||
layout=dot
|
||||
labelloc = "c"
|
||||
node [label="",shape=circle, style=filled, color=chartreuse4]
|
||||
// arbitrary path on rigid grid
|
||||
edge [weight=1000 color=dimgrey minlen=2.0 len=2.0]
|
||||
|
||||
// uncomment to hide the grid
|
||||
edge [style=invis]
|
||||
|
||||
A0 -- A1 -- A2 -- A3 -- A4
|
||||
|
|
|
@ -4,12 +4,8 @@ graph grid
|
|||
layout=dot
|
||||
labelloc = "c"
|
||||
node [label="",shape=circle, style=filled, color=chartreuse4]
|
||||
// arbitrary path on rigid grid
|
||||
edge [weight=1000 color=dimgrey minlen=2.0 len=2.0]
|
||||
|
||||
// uncomment to hide the grid
|
||||
//edge [style=invis]
|
||||
|
||||
A0 -- A1 -- A2 -- A3 -- A4
|
||||
B0 -- B1 -- B2 -- B3 -- B4
|
||||
C0 -- C1 -- C2 -- C3 -- C4
|
||||
|
|
|
@ -4,11 +4,8 @@ graph grid
|
|||
layout=dot
|
||||
labelloc = "c"
|
||||
node [label="",shape=circle, style=filled, color=chartreuse4]
|
||||
// arbitrary path on rigid grid
|
||||
edge [weight=1000 color=dimgrey minlen=2.0 len=2.0]
|
||||
|
||||
// uncomment to hide the grid
|
||||
//edge [style=invis]
|
||||
|
||||
A2 -- A3 -- A4
|
||||
B2 -- B3 -- B4
|
||||
|
@ -22,5 +19,4 @@ graph grid
|
|||
rank=same {A3 -- B3 -- C3 -- D3 -- E3}
|
||||
rank=same {A4 -- B4 -- C4 -- D4 -- E4}
|
||||
|
||||
//A0,A1,B0,B1,C1,D1,D2 [color=crimson]
|
||||
}
|
||||
|
|
|
@ -4,12 +4,8 @@ graph grid
|
|||
layout=dot
|
||||
labelloc = "c"
|
||||
node [label="",shape=circle, style=filled, color=chartreuse4]
|
||||
// arbitrary path on rigid grid
|
||||
edge [weight=1000 color=dimgrey minlen=2.0 len=2.0]
|
||||
|
||||
// uncomment to hide the grid
|
||||
//edge [style=invis]
|
||||
|
||||
A2 -- A3 -- A4
|
||||
B2 -- B3 -- B4
|
||||
C2 -- C3 -- C4
|
||||
|
|
Loading…
Reference in New Issue
Block a user