summaryrefslogtreecommitdiffstats
path: root/tests/crosshairs.tcl
blob: 0406eb8a62f5c98b152cdc4444cd636089279d39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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