summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotsendparser.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-31 21:12:06 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-31 21:12:06 (GMT)
commiteea857b01891eeaf5d8a8d876b07cfc04a0cafdb (patch)
tree322e038aaa985c0a5d509e55318262ac670e04ba /ds9/parsers/plotsendparser.tcl
parent4635ea4e5fca15ce620c46ff0bda44d9393fe596 (diff)
downloadblt-eea857b01891eeaf5d8a8d876b07cfc04a0cafdb.zip
blt-eea857b01891eeaf5d8a8d876b07cfc04a0cafdb.tar.gz
blt-eea857b01891eeaf5d8a8d876b07cfc04a0cafdb.tar.bz2
add multiple plot support
Diffstat (limited to 'ds9/parsers/plotsendparser.tcl')
-rw-r--r--ds9/parsers/plotsendparser.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/plotsendparser.tcl b/ds9/parsers/plotsendparser.tcl
index 71daaeb..d5fad69 100644
--- a/ds9/parsers/plotsendparser.tcl
+++ b/ds9/parsers/plotsendparser.tcl
@@ -1489,7 +1489,7 @@ proc plotsend::yyparse {} {
13 { ProcessSendCmdCVAR PlotStatsGenerate }
14 { ProcessSendCmdCVAR PlotListGenerate }
15 { ProcessSendCmdCVARGet mode }
- 17 { ProcessSendCmdCVARGet graph,bg }
+ 17 { ProcessSendCmdCVARGet bg }
21 { ProcessSendCmdCVARGet bar,mode }
22 { ProcessSendCmdCVARYesNo graph,ds,show }
23 { ProcessSendCmdCVARGet graph,ds,color }