summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotsendparser.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-30 20:43:31 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-30 20:43:31 (GMT)
commit5959a83a3b75cf5aacd951809d498158e76028fe (patch)
tree4dcad23210d2028c472f2a7b70bd0ef09ab333ce /ds9/parsers/plotsendparser.tcl
parentf6e3a9d54ed5dd02aeda5f441146a42935082610 (diff)
downloadblt-5959a83a3b75cf5aacd951809d498158e76028fe.zip
blt-5959a83a3b75cf5aacd951809d498158e76028fe.tar.gz
blt-5959a83a3b75cf5aacd951809d498158e76028fe.tar.bz2
add multiple plot support
Diffstat (limited to 'ds9/parsers/plotsendparser.tcl')
-rw-r--r--ds9/parsers/plotsendparser.tcl16
1 files changed, 8 insertions, 8 deletions
diff --git a/ds9/parsers/plotsendparser.tcl b/ds9/parsers/plotsendparser.tcl
index ce58ec1..f154a65 100644
--- a/ds9/parsers/plotsendparser.tcl
+++ b/ds9/parsers/plotsendparser.tcl
@@ -1491,15 +1491,15 @@ proc plotsend::yyparse {} {
15 { ProcessSendCmdCVARGet mode }
17 { ProcessSendCmdCVARGet graph,bg }
21 { PlotSendCmdCVARGet bar,mode }
- 22 { PlotSendCmdCVARYesNo show }
- 23 { PlotSendCmdCVARGet color }
- 24 { PlotSendCmdCVARGet fill }
- 25 { PlotSendCmdCVARGet fill,color }
- 28 { PlotSendCmdCVARGet name }
+ 22 { ProcessSendCmdCVARYesNo graph,ds,show }
+ 23 { ProcessSendCmdCVARGet graph,ds,color }
+ 24 { ProcessSendCmdCVARGet graph,ds,fill }
+ 25 { ProcessSendCmdCVARGet graph,ds,fill,color }
+ 28 { ProcessSendCmdCVARGet graph,ds,name }
30 { PlotSendCmdCVARGet bar,relief }
- 31 { PlotSendCmdCVARGet smooth }
- 32 { PlotSendCmdCVARGet width }
- 33 { PlotSendCmdCVARYesNo dash }
+ 31 { ProcessSendCmdCVARGet graph,ds,smooth }
+ 32 { ProcessSendCmdCVARGet graph,ds,width }
+ 33 { ProcessSendCmdCVARYesNo graph,ds,dash }
34 { PlotSendCmdCVARGet data,current }
35 { PlotSendCmdCVARGet data,current }
36 { ProcessSendCmdCVARYesNo "axis,$1,grid" }