summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotscatter.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-03-06 18:02:12 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-03-06 18:02:12 (GMT)
commita61116da282f1a48e0cf1151155e868b00bd41f4 (patch)
tree8140ee1a7aa3a955ecd0a9b61cda09076ae5da3e /ds9/library/plotscatter.tcl
parent3e073cc5722743e146120349e7e4d866b73d8661 (diff)
downloadblt-a61116da282f1a48e0cf1151155e868b00bd41f4.zip
blt-a61116da282f1a48e0cf1151155e868b00bd41f4.tar.gz
blt-a61116da282f1a48e0cf1151155e868b00bd41f4.tar.bz2
update doc and add width 0 option for line plot
Diffstat (limited to 'ds9/library/plotscatter.tcl')
-rw-r--r--ds9/library/plotscatter.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/ds9/library/plotscatter.tcl b/ds9/library/plotscatter.tcl
index 3816cea..a9b7fc5 100644
--- a/ds9/library/plotscatter.tcl
+++ b/ds9/library/plotscatter.tcl
@@ -199,10 +199,10 @@ proc PlotScatterUpdateElement {varname} {
}
$var(graph) element configure "d-${nn}" \
- -label "$var(name)" -hide [expr !$var(show)] \
- -symbol $var(shape,symbol) \
- -fill $clr -outline $var(shape,color) \
- -linewidth 0 -pixels 5 -scalesymbols no \
+ -label $var(name) -hide [expr !$var(show)] \
+ -symbol $var(shape,symbol) -fill $clr -scalesymbols no \
+ -outline $var(shape,color) \
+ -linewidth 0 -pixels 5 \
-showerrorbars $show -errorbarcolor $var(error,color) \
-errorbarwidth $var(error,width) -errorbarcap $cap