summaryrefslogtreecommitdiffstats
path: root/tests/axis.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/axis.tcl')
-rw-r--r--tests/axis.tcl3
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