diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-07-22 18:19:40 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-07-22 18:19:40 (GMT) |
commit | dedcb860ee7ce12f5061b5bd5bda054b22ed75f3 (patch) | |
tree | adb9a73d67239c1c723e0e50f8d354be7d0ac3d4 /ds9/library | |
parent | faa2613ce9bd460dd66c19b791804fdd39d037c9 (diff) | |
download | blt-dedcb860ee7ce12f5061b5bd5bda054b22ed75f3.zip blt-dedcb860ee7ce12f5061b5bd5bda054b22ed75f3.tar.gz blt-dedcb860ee7ce12f5061b5bd5bda054b22ed75f3.tar.bz2 |
support multiple graphs per plot
Diffstat (limited to 'ds9/library')
-rw-r--r-- | ds9/library/plot.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/library/plot.tcl b/ds9/library/plot.tcl index ef99f7b..25c6eab 100644 --- a/ds9/library/plot.tcl +++ b/ds9/library/plot.tcl @@ -122,6 +122,8 @@ proc PlotLayoutCanvas {varname} { } } } + + update } # Graph |