summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotsendparser.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-24 21:21:36 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-24 21:21:36 (GMT)
commitd180078a75bf8d0b3090d564dbdb48d79ba43947 (patch)
tree20e6921486c1eb0b8e87276cfe4785cd76101568 /ds9/parsers/plotsendparser.tcl
parentecfba834a6bbe38a4994f364c805f8305e1b7c5f (diff)
downloadblt-d180078a75bf8d0b3090d564dbdb48d79ba43947.zip
blt-d180078a75bf8d0b3090d564dbdb48d79ba43947.tar.gz
blt-d180078a75bf8d0b3090d564dbdb48d79ba43947.tar.bz2
add strip plot support
Diffstat (limited to 'ds9/parsers/plotsendparser.tcl')
-rw-r--r--ds9/parsers/plotsendparser.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/parsers/plotsendparser.tcl b/ds9/parsers/plotsendparser.tcl
index 16298e7..703f0ec 100644
--- a/ds9/parsers/plotsendparser.tcl
+++ b/ds9/parsers/plotsendparser.tcl
@@ -1500,8 +1500,8 @@ proc plotsend::yyparse {} {
31 { ProcessSendCmdCVARGet smooth }
32 { ProcessSendCmdCVARGet width }
33 { ProcessSendCmdCVARYesNo dash }
- 34 { ProcessSendCmdCVARGet data,current }
- 35 { ProcessSendCmdCVARGet data,current }
+ 34 { ProcessSendCmdCVARGet graph1,data,current }
+ 35 { ProcessSendCmdCVARGet graph1,data,current }
36 { ProcessSendCmdCVARYesNo "axis,$1,grid" }
37 { ProcessSendCmdCVARYesNo "axis,$1,log" }
38 { ProcessSendCmdCVARYesNo "axis,$1,flip" }