summaryrefslogtreecommitdiffstats
path: root/tests/axis.tcl
diff options
context:
space:
mode:
authorjoye <joye>2014-05-21 19:03:48 (GMT)
committerjoye <joye>2014-05-21 19:03:48 (GMT)
commitaf45850d31b3e6584ca2c737ff78f9c793668c46 (patch)
tree27803f143b7f979a52f7dd3401f37124ea7cabe4 /tests/axis.tcl
parentcd469b4255c3b34ab0adf63169a1811d4971f53e (diff)
downloadblt-af45850d31b3e6584ca2c737ff78f9c793668c46.zip
blt-af45850d31b3e6584ca2c737ff78f9c793668c46.tar.gz
blt-af45850d31b3e6584ca2c737ff78f9c793668c46.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/axis.tcl')
-rw-r--r--tests/axis.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/axis.tcl b/tests/axis.tcl
index 1e3b1de..0c2176f 100644
--- a/tests/axis.tcl
+++ b/tests/axis.tcl
@@ -3,7 +3,7 @@ source base.tcl
set w .line
set graph [bltLineGraph $w]
-$graph axis configure x -bd 2 -background cyan -title "X Axis" -limitsformat "%g"
+$graph axis configure x -bd 2 -background cyan -title "X\nAxis" -limitsformat "%g"
$graph axis configure y -bd 2 -background cyan
bltCmd $graph axis activate y
@@ -34,7 +34,7 @@ bltTest3 $graph axis x -gridminorcolor blue
bltTest3 $graph axis x -gridminordashes {8 3}
bltTest3 $graph axis x -gridminorlinewidth 2
bltTest3 $graph axis x -hide yes
-##bltTest3 $graph axis x -justify left
+bltTest3 $graph axis x -justify left
bltTest3 $graph axis x -labeloffset yes
bltTest3 $graph axis x -limitscolor red
bltTest3 $graph axis x -limitsfont "times 18 bold italic"