summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotsendlex.fcl
blob: c6bdf2cd5628be29934b22c2436526a6265e6218 (plain)
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
#tab plotsendparser.tab.tcl

%{
%}

#include defs.fin

%%

auto		{return $AUTO_}
axis		{return $AXIS_}
axesnumbers	{return $AXESNUMBERS_}
axestitle	{return $AXESTITLE_}
barmode		{return $BARMODE_}
cap		{return $CAP_}
color		{return $COLOR_}
dash		{return $DASH_}
dataset		{return $DATASET_}
error		{return $ERROR_}
errorbar	{return $ERRORBAR_}
family		{return $FAMILY_}
fill		{return $FILL_}
fillcolor	{return $FILLCOLOR_}
flip		{return $FLIP_}
format		{return $FORMAT_}
grid		{return $GRID_}
labels		{return $LABELS_}
legend		{return $LEGEND_}
legendtitle	{return $LEGENDTITLE_}
list		{return $LIST_}
log		{return $LOG_}
max		{return $MAX_}
min		{return $MIN_}
mode		{return $MODE_}
numbers		{return $NUMBERS_}
name		{return $NAME_}
position	{return $POSITION_}
relief		{return $RELIEF_}
select		{return $SELECT_}
shape		{return $SHAPE_}
show		{return $SHOW_}
size		{return $SIZE_}
slant		{return $SLANT_}
smooth		{return $SMOOTH_}
stats		{return $STATS_}
statistics	{return $STATISTICS_}
style		{return $STYLE_}
title		{return $TITLE_}
weight		{return $WEIGHT_}
width		{return $WIDTH_}
xaxis		{return $XAXIS_}
yaxis		{return $YAXIS_}

#include font.fin
#include string.fin
#include ws.fin

%%