diff options
Diffstat (limited to 'tests/crosshairs.tcl')
-rw-r--r-- | tests/crosshairs.tcl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/crosshairs.tcl b/tests/crosshairs.tcl index e0a0926..86efb8c 100644 --- a/tests/crosshairs.tcl +++ b/tests/crosshairs.tcl @@ -3,11 +3,12 @@ source base.tcl set w .line set graph [bltLineGraph $w] -echo "Testing Crosshairs..." - $graph crosshairs configure -hide no $graph crosshairs configure -x 200 -y 200 +echo "Testing Crosshairs..." +$graph crosshairs configure + bltTest2 $graph crosshairs -color green bltTest2 $graph crosshairs -dashes "8 3" bltTest2 $graph crosshairs -hide yes |