diff options
author | joye <joye> | 2014-03-26 19:38:01 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-26 19:38:01 (GMT) |
commit | a78a78c2c45694657e8aa2fa78cbae1b6c78e808 (patch) | |
tree | 6c96d0777d027b75fa2d52bbf78de41744806b40 /tests/axis.tcl | |
parent | 89a6725b0b1fd8edef4978bd2203dc86ddb6ebdc (diff) | |
download | blt-a78a78c2c45694657e8aa2fa78cbae1b6c78e808.zip blt-a78a78c2c45694657e8aa2fa78cbae1b6c78e808.tar.gz blt-a78a78c2c45694657e8aa2fa78cbae1b6c78e808.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/axis.tcl')
-rw-r--r-- | tests/axis.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/axis.tcl b/tests/axis.tcl index c5d21f1..e7f08bb 100644 --- a/tests/axis.tcl +++ b/tests/axis.tcl @@ -5,6 +5,8 @@ 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 |