summaryrefslogtreecommitdiffstats
path: root/tests/crosshairs.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/crosshairs.tcl')
-rw-r--r--tests/crosshairs.tcl25
1 files changed, 14 insertions, 11 deletions
diff --git a/tests/crosshairs.tcl b/tests/crosshairs.tcl
index 0406eb8..0a8ad2f 100644
--- a/tests/crosshairs.tcl
+++ b/tests/crosshairs.tcl
@@ -1,19 +1,22 @@
source base.tcl
-set w .ch
+set w .line
set graph [bltLineGraph $w]
-#bltTest2 $graph crosshairs -color green
-#bltTest2 $graph crosshairs -dashes "dotdot"
-#bltTest2 $graph crosshairs -dashes "5 8 3"
-#bltTest2 $graph crosshairs -hide yes
-#bltTest2 $graph crosshairs -linewidth 3
-#bltTest2 $graph crosshairs -position "@1,50"
+$graph crosshairs configure -hide no
+$graph crosshairs configure -position "@200,200"
-#$graph crosshairs on
-#$graph crosshairs off
-#$graph crosshairs toggle
+bltTest2 $graph crosshairs -color green
+bltTest2 $graph crosshairs -dashes "dashdot"
+bltTest2 $graph crosshairs -dashes "5 8 3"
+bltTest2 $graph crosshairs -hide yes
+bltTest2 $graph crosshairs -linewidth 3
+bltTest2 $graph crosshairs -position "@100,100"
+
+bltCmd $graph crosshairs on
+bltCmd $graph crosshairs off
+bltCmd $graph crosshairs toggle
echo "done"
-#bltPlotDestroy $w
+bltPlotDestroy $w