summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotscatter.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-03-06 18:16:26 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-03-06 18:16:26 (GMT)
commit879d80b47fdfa7d5f3d54c765b2e28877dabb939 (patch)
tree5ac5b4111b2eb26a3125f4556a8fbcc49e77c203 /ds9/library/plotscatter.tcl
parenta61116da282f1a48e0cf1151155e868b00bd41f4 (diff)
downloadblt-879d80b47fdfa7d5f3d54c765b2e28877dabb939.zip
blt-879d80b47fdfa7d5f3d54c765b2e28877dabb939.tar.gz
blt-879d80b47fdfa7d5f3d54c765b2e28877dabb939.tar.bz2
PLOT: use ds9(bg) for background color
Diffstat (limited to 'ds9/library/plotscatter.tcl')
-rw-r--r--ds9/library/plotscatter.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/library/plotscatter.tcl b/ds9/library/plotscatter.tcl
index a9b7fc5..18f7944 100644
--- a/ds9/library/plotscatter.tcl
+++ b/ds9/library/plotscatter.tcl
@@ -152,6 +152,8 @@ proc PlotDialogScatter {varname} {
-width 600 \
-height 500 \
-highlightthickness 0 \
+ -bg $ds9(bg) \
+ -plotbackground $ds9(bg) \
]
pack $var(graph) -expand yes -fill both