summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotlex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-04-04 21:18:43 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-04-04 21:18:43 (GMT)
commite283edb9b6c7ee21b5d04cb3ac1af2cfcdf05b73 (patch)
treee503ad3c7faa48cacee911969ba35190be0f6d2f /ds9/parsers/plotlex.fcl
parentaf94af4531e00d53fc38d5efee2631544575cb41 (diff)
downloadblt-e283edb9b6c7ee21b5d04cb3ac1af2cfcdf05b73.zip
blt-e283edb9b6c7ee21b5d04cb3ac1af2cfcdf05b73.tar.gz
blt-e283edb9b6c7ee21b5d04cb3ac1af2cfcdf05b73.tar.bz2
add ds9 plot parser
Diffstat (limited to 'ds9/parsers/plotlex.fcl')
-rw-r--r--ds9/parsers/plotlex.fcl11
1 files changed, 11 insertions, 0 deletions
diff --git a/ds9/parsers/plotlex.fcl b/ds9/parsers/plotlex.fcl
index 9724089..ad5d99e 100644
--- a/ds9/parsers/plotlex.fcl
+++ b/ds9/parsers/plotlex.fcl
@@ -25,11 +25,14 @@ command {return $COMMAND_}
cubic {return $CUBIC_}
dash {return $DASH_}
data {return $DATA_}
+dataset {return $DATASET_}
destination {return $DESTINATION_}
diamond {return $DIAMOND_}
discrete {return $DISCRETE_}
+dup {return $DUP_}
duplicate {return $DUPLICATE_}
error {return $ERROR_}
+errorbar {return $ERRORBAR_}
file {return $FILE_}
filename {return $FILENAME_}
fill {return $FILL_}
@@ -113,6 +116,14 @@ xyex {return $XYEX_}
xyey {return $XYEY_}
xyexey {return $XYEXEY_}
+linearlinear {return $LINEARLINEAR_}
+loglinear {return $LOGLINEAR_}
+linearlog {return $LINEARLOG_}
+loglog {return $LOGLOG_}
+
+xaxis {return XAXIS_}
+yaxis {return YAXIS_}
+
#include yesno.fin
#include font.fin
#include numeric.fin