summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/axis.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/axis.tcl b/tests/axis.tcl
index dfa4a11..296adc7 100644
--- a/tests/axis.tcl
+++ b/tests/axis.tcl
@@ -4,7 +4,7 @@ set w .line
set graph [bltLineGraph $w]
$graph axis configure x -bd 2 -background cyan -title "X\nAxis" -limitsformat "%g"
-$graph axis configure y -bd 2 -background cyan
+$graph axis configure y -bd 2 -background cyan -title "Y\nAxis"
bltCmd $graph axis activate y
echo "Testing Axis..."