summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotdialog.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-22 20:20:12 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-22 20:20:12 (GMT)
commit99a1bed89f3c48f6ad1bd7b3a89d82a7bf530bf6 (patch)
tree3741f100b254a020c5187c44d67ec2d84bceef28 /ds9/library/plotdialog.tcl
parent705be862346cf1bcd276af49b260a5da3b98ff4b (diff)
downloadblt-99a1bed89f3c48f6ad1bd7b3a89d82a7bf530bf6.zip
blt-99a1bed89f3c48f6ad1bd7b3a89d82a7bf530bf6.tar.gz
blt-99a1bed89f3c48f6ad1bd7b3a89d82a7bf530bf6.tar.bz2
add strip plot support
Diffstat (limited to 'ds9/library/plotdialog.tcl')
-rw-r--r--ds9/library/plotdialog.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/plotdialog.tcl b/ds9/library/plotdialog.tcl
index 4a03f3a..65cad6b 100644
--- a/ds9/library/plotdialog.tcl
+++ b/ds9/library/plotdialog.tcl
@@ -614,7 +614,7 @@ proc PlotExport {varname fn format} {
# besure we are on top
raise $var(top)
- set rr [catch {image create photo -format window -data $var(frame)} ph]
+ set rr [catch {image create photo -format window -data $var(graph)} ph]
if {$rr} {
Error $iap(error)
return