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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
#This is the default signalling chart.
#Edit and press F2 to see the result.
#You can change the default chart
#with the leftmost button on the Preferences pane of the ribbon.
a,b,c;
{
a->b;
b->c;
};
vertical pointer [line.corner=round, arrow.starttype=line]: a;
vertical pointer at a- [line.corner=round, arrow.starttype=line]: b;
a->c;
{
a->b;
b->c;
};
vertical pointer ->* [line.corner=round, arrow.starttype=line]: c;
vertical pointer =>* at a- [line.corner=round, arrow.starttype=line]: d;
a->c;
{
a->b;
b->c;
};
vertical bracket: e;
vertical bracket at a- [line.corner=round]: f;
a->c;
{
a->b;
b->c;
};
vertical block: g;
vertical box at a- [line.corner=round, arrow.size=tiny]: h;
a->c;
{
a->b;
b->c;
};
vertical block [arrow.endtype=none]: i;
vertical box <-> at a- [arrow.size=spot]: j;
a->c;
{
a->b;
b->c;
};
vertical brace: k;
vertical brace at a- [line.corner=round]: l;
a->c;
{
a->b;
b->c;
};
vertical range: m;
vertical range at a- [line.corner=round, arrow.size=tiny]: n;
a->c;
|