summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotdata.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-10-24 20:44:57 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-10-24 20:44:57 (GMT)
commit8a06d3d57309854dfa3ee7e5827f7c6b6d421200 (patch)
tree19a7facb1ea1ffb95c8631da0234f2e51c950c8a /ds9/library/plotdata.tcl
parentfc73bb600c301abdcc89cc8a88b5b7029effb8bf (diff)
downloadblt-8a06d3d57309854dfa3ee7e5827f7c6b6d421200.zip
blt-8a06d3d57309854dfa3ee7e5827f7c6b6d421200.tar.gz
blt-8a06d3d57309854dfa3ee7e5827f7c6b6d421200.tar.bz2
plot MacOS darkmode
Diffstat (limited to 'ds9/library/plotdata.tcl')
-rw-r--r--ds9/library/plotdata.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/plotdata.tcl b/ds9/library/plotdata.tcl
index c719a35..e0f7e0a 100644
--- a/ds9/library/plotdata.tcl
+++ b/ds9/library/plotdata.tcl
@@ -247,8 +247,8 @@ proc PlotExternal {varname dim} {
set var(graph,ds,dim) $dim
- set var(graph,ds,color) $ds9(foreground)
- set var(graph,ds,fill,color) $ds9(foreground)
+ set var(graph,ds,color) $ds9(fg)
+ set var(graph,ds,fill,color) $ds9(fg)
PlotAddElement $varname
}