summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotsendparser.tcl
diff options
context:
space:
mode:
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 2d77e8e..0de53d0 100644
--- a/ds9/parsers/plotsendparser.tcl
+++ b/ds9/parsers/plotsendparser.tcl
@@ -1500,8 +1500,8 @@ proc plotsend::yyparse {} {
31 { ProcessSendCmdCVARGet graph,ds,smooth }
32 { ProcessSendCmdCVARGet graph,ds,width }
33 { ProcessSendCmdCVARYesNo graph,ds,dash }
- 34 { PlotSendCmdCVARGet data,current }
- 35 { PlotSendCmdCVARGet data,current }
+ 34 { PlotSendCmdCVARGet ds,current }
+ 35 { PlotSendCmdCVARGet ds,current }
36 { ProcessSendCmdCVARYesNo "graph,axis,$1,grid" }
37 { ProcessSendCmdCVARYesNo "graph,axis,$1,log" }
38 { ProcessSendCmdCVARYesNo "graph,axis,$1,flip" }