summaryrefslogtreecommitdiffstats
path: root/ds9/library/prefs.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-18 21:34:01 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-18 21:34:01 (GMT)
commit980986d5e922bafb365ef54aa3788eace11eeefc (patch)
tree085110c9c1fd6d1c9b7c831511951e24585ffb72 /ds9/library/prefs.tcl
parentf960622c2911e07a9f3f6a874bd301902550ce8f (diff)
downloadblt-980986d5e922bafb365ef54aa3788eace11eeefc.zip
blt-980986d5e922bafb365ef54aa3788eace11eeefc.tar.gz
blt-980986d5e922bafb365ef54aa3788eace11eeefc.tar.bz2
enhance graphs
Diffstat (limited to 'ds9/library/prefs.tcl')
-rw-r--r--ds9/library/prefs.tcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/ds9/library/prefs.tcl b/ds9/library/prefs.tcl
index d894965..71a5529 100644
--- a/ds9/library/prefs.tcl
+++ b/ds9/library/prefs.tcl
@@ -288,9 +288,12 @@ proc SavePrefs {} {
puts $ch "array set pime \{ [array get pime] \}"
puts $ch {array set ime [array get pime]}
+ global graph
global pgraph
+ puts $ch "global graph"
puts $ch "global pgraph"
puts $ch "array set pgraph \{ [array get pgraph] \}"
+ puts $ch {array set graph [array get pgraph]}
global pcoord
puts $ch "global pcoord"