diff options
author | joye <joye> | 2014-03-10 18:01:06 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-10 18:01:06 (GMT) |
commit | 81055e8a75d7d4737265187e6ecc2fa33be6e75e (patch) | |
tree | 39b74abf231622450739deb5c44b8ac3672fb8c9 /tests | |
parent | 678308d0f0b6cd1445e304d417b0e897fc848a79 (diff) | |
download | blt-81055e8a75d7d4737265187e6ecc2fa33be6e75e.zip blt-81055e8a75d7d4737265187e6ecc2fa33be6e75e.tar.gz blt-81055e8a75d7d4737265187e6ecc2fa33be6e75e.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/axis.tcl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/axis.tcl b/tests/axis.tcl index ab3d647..5d844a8 100644 --- a/tests/axis.tcl +++ b/tests/axis.tcl @@ -3,7 +3,7 @@ source base.tcl set w .line set graph [bltLineGraph $w] -$graph xaxis configure -title "X Axis" +$graph xaxis configure -title "X Axis" -limitsformat "%g" #bltTest2 $graph xaxis -activeforeground red #bltTest2 $graph xaxis -activerelief grooved @@ -31,9 +31,9 @@ bltTest2 $graph xaxis -gridminorlinewidth 2 bltTest2 $graph xaxis -hide yes ##bltTest2 $graph xaxis -justify left bltTest2 $graph xaxis -labeloffset yes -#bltTest2 $graph xaxis -limitscolor -#bltTest2 $graph xaxis -limitsfont -#bltTest2 $graph xaxis -limitsformat +bltTest2 $graph xaxis -limitscolor red +bltTest2 $graph xaxis -limitsfont "times 18 bold italic" +bltTest2 $graph xaxis -limitsformat "%e" bltTest2 $graph xaxis -linewidth 2 bltTest2 $graph xaxis -logscale yes #bltTest2 $graph xaxis -loosemin |