1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
hscale=auto, compress=yes;
{
a->b: solid [arrow.type=solid]; note: note\nhere;
a->b: empty[arrow.type=empty]; note: note\nhere;
a->b: line[arrow.type=line]; note: note\nhere;
a->b: half[arrow.type=half]; note: note\nhere;
a->b: sharp[arrow.type=sharp]; note: note\nhere;
a->b: empty_sharp[arrow.type=empty_sharp]; note: note\nhere;
} {
c->d: double[arrow.type=double]; note: note\nhere;
c->d: triple_empty[arrow.type=triple_empty]; note: note\nhere;
c->d: double_line[arrow.type=double_line]; note: note\nhere;
c->d: triple_half[arrow.type=triple_half]; note: note\nhere;
c->d: double [arrow.type=empty, arrow.xmul=1.5]; note: note\nhere;
c->d: double [arrow.type=double, arrow.xmul=1.5, arrow.ymul=0.7]; note: note\nhere;
}; note: note\nhere;
a->b-c-d: \pldiamond [arrow.midtype=diamond]; note: note\nhere;
a->b-c-d: \plempty_diamond [arrow.midtype=empty_diamond]; note: note\nhere;
a->b-c-d: \pldot [arrow.midtype=dot]; note: note\nhere;
a->b-c-d: \plempty_dot [arrow.midtype=empty_dot]; note: note\nhere;
---; note: note\nhere;
{
a=>b: solid [arrow.type=solid]; note: note\nhere;
a=>b: empty[arrow.type=empty]; note: note\nhere;
a=>b: line[arrow.type=line]; note: note\nhere;
a=>b: half[arrow.type=half]; note: note\nhere;
a=>b: sharp[arrow.type=sharp]; note: note\nhere;
a=>b: empty_sharp[arrow.type=empty_sharp]; note: note\nhere;
} {
c=>d: double[arrow.type=double]; note: note\nhere;
c=>d: triple_empty[arrow.type=triple_empty]; note: note\nhere;
c=>d: double_line[arrow.type=double_line]; note: note\nhere;
c=>d: triple_half[arrow.type=triple_half]; note: note\nhere;
c=>d: double [arrow.type=empty, arrow.xmul=1.5]; note: note\nhere;
c=>d: double [arrow.type=double, arrow.xmul=1.5, arrow.ymul=0.7]; note: note\nhere;
}; note: note\nhere;
a=>b-c-d: \pldiamond [arrow.midtype=diamond]; note: note\nhere;
a=>b-c-d: \plempty_diamond [arrow.midtype=empty_diamond]; note: note\nhere;
a=>b-c-d: \pldot [arrow.midtype=dot]; note: note\nhere;
a=>b-c-d: \plempty_dot [arrow.midtype=empty_dot]; note: note\nhere;
|