diff options
author | joye <joye> | 2014-05-21 16:37:47 (GMT) |
---|---|---|
committer | joye <joye> | 2014-05-21 16:37:47 (GMT) |
commit | c27d1c22fc7730a73537ea360021c2e5909570b0 (patch) | |
tree | ef145dc8cfbecaa601b7035b9e26ee7b0f72fd88 /tests/axis.tcl | |
parent | 3a6fdb53188e4133a04fce8a5a73c1732d313d75 (diff) | |
download | blt-c27d1c22fc7730a73537ea360021c2e5909570b0.zip blt-c27d1c22fc7730a73537ea360021c2e5909570b0.tar.gz blt-c27d1c22fc7730a73537ea360021c2e5909570b0.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/axis.tcl')
-rw-r--r-- | tests/axis.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/axis.tcl b/tests/axis.tcl index e7f08bb..a55ff9e 100644 --- a/tests/axis.tcl +++ b/tests/axis.tcl @@ -3,9 +3,10 @@ source base.tcl set w .line set graph [bltLineGraph $w] -$graph xaxis configure -title "X Axis" -limitsformat "%g" +$graph axis configure x -title "X Axis" -limitsformat "%g" echo "Testing Axis..." +bltCmd $graph axis configure x #bltCmd $graph axis activate #bltCmd $graph axis bind |