summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotsendparser.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-31 18:55:16 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-31 18:55:16 (GMT)
commit4635ea4e5fca15ce620c46ff0bda44d9393fe596 (patch)
treeee71fa332409867d14d87ad1313982eb46014737 /ds9/parsers/plotsendparser.tcl
parent26eb60d30ba6391cc9dee34d5d01472d42566ad2 (diff)
downloadblt-4635ea4e5fca15ce620c46ff0bda44d9393fe596.zip
blt-4635ea4e5fca15ce620c46ff0bda44d9393fe596.tar.gz
blt-4635ea4e5fca15ce620c46ff0bda44d9393fe596.tar.bz2
add multiple plot support
Diffstat (limited to 'ds9/parsers/plotsendparser.tcl')
-rw-r--r--ds9/parsers/plotsendparser.tcl18
1 files changed, 9 insertions, 9 deletions
diff --git a/ds9/parsers/plotsendparser.tcl b/ds9/parsers/plotsendparser.tcl
index 0eff675..71daaeb 100644
--- a/ds9/parsers/plotsendparser.tcl
+++ b/ds9/parsers/plotsendparser.tcl
@@ -1502,13 +1502,13 @@ proc plotsend::yyparse {} {
33 { ProcessSendCmdCVARYesNo graph,ds,dash }
34 { PlotSendCmdCVARGet data,current }
35 { PlotSendCmdCVARGet data,current }
- 36 { ProcessSendCmdCVARYesNo "axis,$1,grid" }
- 37 { ProcessSendCmdCVARYesNo "axis,$1,log" }
- 38 { ProcessSendCmdCVARYesNo "axis,$1,flip" }
- 39 { ProcessSendCmdCVARYesNo "axis,$1,auto" }
- 40 { ProcessSendCmdCVARGet "axis,$1,min" }
- 41 { ProcessSendCmdCVARGet "axis,$1,max" }
- 42 { ProcessSendCmdCVARGet "axis,$1,format" }
+ 36 { ProcessSendCmdCVARYesNo "graph,axis,$1,grid" }
+ 37 { ProcessSendCmdCVARYesNo "graph,axis,$1,log" }
+ 38 { ProcessSendCmdCVARYesNo "graph,axis,$1,flip" }
+ 39 { ProcessSendCmdCVARYesNo "graph,axis,$1,auto" }
+ 40 { ProcessSendCmdCVARGet "graph,axis,$1,min" }
+ 41 { ProcessSendCmdCVARGet "graph,axis,$1,max" }
+ 42 { ProcessSendCmdCVARGet "graph,axis,$1,format" }
43 { ProcessSendCmdCVARYesNo graph,legend }
44 { ProcessSendCmdCVARGet graph,legend,position }
45 { ProcessSendCmdCVARGet "$1,family" }
@@ -1529,8 +1529,8 @@ proc plotsend::yyparse {} {
60 { set _ legend,font }
61 { set _ legend,title }
62 { ProcessSendCmdCVARGet graph,title }
- 63 { ProcessSendCmdCVARGet "axis,$1,title" }
- 64 { ProcessSendCmdCVARGet "axis,$1,title" }
+ 63 { ProcessSendCmdCVARGet "graph,axis,$1,title" }
+ 64 { ProcessSendCmdCVARGet "graph,axis,$1,title" }
65 { ProcessSendCmdCVARGet graph,legend,title }
66 { ProcessSendCmdCVARYesNo graph,ds,error }
67 { ProcessSendCmdCVARYesNo graph,ds,error,cap }