summaryrefslogtreecommitdiffstats
path: root/tests/axis.tcl
blob: e7f08bb9f5677be646bcb841973716b3b941fc9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
source base.tcl

set w .line
set graph [bltLineGraph $w]

$graph xaxis configure -title "X Axis" -limitsformat "%g"

echo "Testing Axis..."

#bltCmd $graph axis activate
#bltCmd $graph axis bind
#bltCmd $graph axis cget
#bltCmd $graph axis configure
#bltCmd $graph axis create
#bltCmd $graph axis deactivate
#bltCmd $graph axis delete
#bltCmd $graph axis focus
#bltCmd $graph axis get
#bltCmd $graph axis invtransform
#bltCmd $graph axis limits
#bltCmd $graph axis margin
#bltCmd $graph axis names
#bltCmd $graph axis transform
#bltCmd $graph axis type
#bltCmd $graph axis view

echo "done"
bltPlotDestroy $w