summaryrefslogtreecommitdiffstats
path: root/ds9/library/plot.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-03-21 17:45:15 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-03-21 17:45:15 (GMT)
commitd6ab4321bd7793581a6a16271fa0a8ea268436c6 (patch)
tree7d9a291da0fdd18c87402a6dfe721769fd614264 /ds9/library/plot.tcl
parentd43955e29d7e3c2d7218e18db7e1a9ec6d290deb (diff)
downloadblt-d6ab4321bd7793581a6a16271fa0a8ea268436c6.zip
blt-d6ab4321bd7793581a6a16271fa0a8ea268436c6.tar.gz
blt-d6ab4321bd7793581a6a16271fa0a8ea268436c6.tar.bz2
restore plot seq flag, set only for bar
Diffstat (limited to 'ds9/library/plot.tcl')
-rw-r--r--ds9/library/plot.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ds9/library/plot.tcl b/ds9/library/plot.tcl
index 48b3417..7bc0ecc 100644
--- a/ds9/library/plot.tcl
+++ b/ds9/library/plot.tcl
@@ -258,6 +258,7 @@ proc PlotDataSetOne {varname dim data} {
# remove all non-numeric data
regsub -all {[^0-9.e\- ]+} $data {} data
+ set ox [lindex $data 0]
set x {}
set y {}
set xe {}