summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotsendlex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-20 19:58:34 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-20 19:58:34 (GMT)
commit21af893753bca8a1e5b1e7507cdbed44ad895004 (patch)
treed0a43860fd548d343669453ee3f9df80c557ed62 /ds9/parsers/plotsendlex.fcl
parent119471842b7169d7d21aae6f3252362accafe52d (diff)
downloadblt-21af893753bca8a1e5b1e7507cdbed44ad895004.zip
blt-21af893753bca8a1e5b1e7507cdbed44ad895004.tar.gz
blt-21af893753bca8a1e5b1e7507cdbed44ad895004.tar.bz2
add ds9 plot send parser
Diffstat (limited to 'ds9/parsers/plotsendlex.fcl')
-rw-r--r--ds9/parsers/plotsendlex.fcl58
1 files changed, 58 insertions, 0 deletions
diff --git a/ds9/parsers/plotsendlex.fcl b/ds9/parsers/plotsendlex.fcl
new file mode 100644
index 0000000..c6bdf2c
--- /dev/null
+++ b/ds9/parsers/plotsendlex.fcl
@@ -0,0 +1,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
+
+%%