diff options
Diffstat (limited to 'tests/crosshairs.tcl')
-rw-r--r-- | tests/crosshairs.tcl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/crosshairs.tcl b/tests/crosshairs.tcl new file mode 100644 index 0000000..0406eb8 --- /dev/null +++ b/tests/crosshairs.tcl @@ -0,0 +1,19 @@ +source base.tcl + +set w .ch +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 on +#$graph crosshairs off +#$graph crosshairs toggle + +echo "done" +#bltPlotDestroy $w + |