summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotconfig.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-07-31 17:38:19 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-07-31 17:38:19 (GMT)
commit4f9885152c6e8eef1a01e2cc50fa4e3db8bbcb5c (patch)
tree7bf00baaeabac534e6eabda1c7379bfa5155f169 /ds9/library/plotconfig.tcl
parent206e6223447359bb13b59843f4f1ac983ccb1bd8 (diff)
downloadblt-4f9885152c6e8eef1a01e2cc50fa4e3db8bbcb5c.zip
blt-4f9885152c6e8eef1a01e2cc50fa4e3db8bbcb5c.tar.gz
blt-4f9885152c6e8eef1a01e2cc50fa4e3db8bbcb5c.tar.bz2
support multiple graphs per plot
Diffstat (limited to 'ds9/library/plotconfig.tcl')
-rw-r--r--ds9/library/plotconfig.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/ds9/library/plotconfig.tcl b/ds9/library/plotconfig.tcl
index c79c1e2..04040f5 100644
--- a/ds9/library/plotconfig.tcl
+++ b/ds9/library/plotconfig.tcl
@@ -22,6 +22,7 @@ proc PlotLoadConfigFile {varname filename} {
source $filename
+ set var(graph,title) $analysisplot(graph,title)
set var(graph,title,family) $analysisplot(graph,title,family)
set var(graph,title,size) $analysisplot(graph,title,size)
set var(graph,title,weight) $analysisplot(graph,title,weight)
@@ -49,8 +50,6 @@ proc PlotLoadConfigFile {varname filename} {
set var(axis,font,slant) $analysisplot(axis,font,slant)
# per Graph
- set var(graph,title) $analysisplot(graph,title)
-
set var(graph,legend,title) $analysisplot(legend,title)
set var(graph,axis,x,title) $analysisplot(axis,x,title)