diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-07-12 20:09:23 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-07-12 20:09:23 (GMT) |
commit | 11b2ef2af54fa1eb10aba64b1ebbd617cae2eb69 (patch) | |
tree | 81c648d515781d7b690c0af83a6569115f25fd9c /ds9/library/plot.tcl | |
parent | 47b06ccaabc1352fdbdd289aaae01a20db44db23 (diff) | |
download | blt-11b2ef2af54fa1eb10aba64b1ebbd617cae2eb69.zip blt-11b2ef2af54fa1eb10aba64b1ebbd617cae2eb69.tar.gz blt-11b2ef2af54fa1eb10aba64b1ebbd617cae2eb69.tar.bz2 |
support multiple graphs per plot
Diffstat (limited to 'ds9/library/plot.tcl')
-rw-r--r-- | ds9/library/plot.tcl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ds9/library/plot.tcl b/ds9/library/plot.tcl index 4ec4b10..b2e526a 100644 --- a/ds9/library/plot.tcl +++ b/ds9/library/plot.tcl @@ -5,7 +5,6 @@ package provide DS9 1.0 proc PlotDef {} { - global pap global iap set iap(tt) {ap} @@ -95,9 +94,6 @@ proc PlotAddGraph {varname} { upvar #0 $varname var global $varname - global ds9 - global pap - incr ${varname}(seq) set cc $var(seq) lappend var(graphs) $cc |