diff options
author | joye <joye> | 2015-06-04 16:55:03 (GMT) |
---|---|---|
committer | joye <joye> | 2015-06-04 16:55:03 (GMT) |
commit | 5b058ee7315121c668be79d063534d7a919f31e5 (patch) | |
tree | a291dab7039ac91949112eec8896e3b535dce5aa /tests/crosshairs.tcl | |
parent | 32b144a5420adf1070e23344d86058596e81b005 (diff) | |
download | blt-5b058ee7315121c668be79d063534d7a919f31e5.zip blt-5b058ee7315121c668be79d063534d7a919f31e5.tar.gz blt-5b058ee7315121c668be79d063534d7a919f31e5.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/crosshairs.tcl')
-rw-r--r-- | tests/crosshairs.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/crosshairs.tcl b/tests/crosshairs.tcl index 95dc270..c63cea5 100644 --- a/tests/crosshairs.tcl +++ b/tests/crosshairs.tcl @@ -6,7 +6,7 @@ set graph [bltLineGraph $w] $graph crosshairs on $graph crosshairs configure -x 200 -y 200 -echo "Testing Crosshairs..." +puts stderr "Testing Crosshairs..." bltTest2 $graph crosshairs -color green bltTest2 $graph crosshairs -dashes "8 3" @@ -21,6 +21,6 @@ bltCmd $graph crosshairs on bltCmd $graph crosshairs off bltCmd $graph crosshairs toggle -echo "done" +puts stderr "done" bltPlotDestroy $w |