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.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/ds9/parsers/plotsendparser.tcl b/ds9/parsers/plotsendparser.tcl
index 703f0ec..bee2627 100644
--- a/ds9/parsers/plotsendparser.tcl
+++ b/ds9/parsers/plotsendparser.tcl
@@ -1491,17 +1491,17 @@ proc plotsend::yyparse {} {
15 { ProcessSendCmdCVARGet mode }
17 { ProcessSendCmdCVARGet graph,bg }
21 { ProcessSendCmdCVARGet bar,mode }
- 22 { ProcessSendCmdCVARYesNo show }
+ 22 { PlotSendCmdCVARYesNo show }
23 { ProcessSendCmdCVARGet color }
24 { ProcessSendCmdCVARGet fill }
25 { ProcessSendCmdCVARGet fill,color }
- 28 { ProcessSendCmdCVARGet name }
+ 28 { PlotSendCmdCVARGet name }
30 { ProcessSendCmdCVARGet bar,relief }
31 { ProcessSendCmdCVARGet smooth }
32 { ProcessSendCmdCVARGet width }
33 { ProcessSendCmdCVARYesNo dash }
- 34 { ProcessSendCmdCVARGet graph1,data,current }
- 35 { ProcessSendCmdCVARGet graph1,data,current }
+ 34 { PlotSendCmdCVARGet data,current }
+ 35 { PlotSendCmdCVARGet data,current }
36 { ProcessSendCmdCVARYesNo "axis,$1,grid" }
37 { ProcessSendCmdCVARYesNo "axis,$1,log" }
38 { ProcessSendCmdCVARYesNo "axis,$1,flip" }