summaryrefslogtreecommitdiffstats
path: root/tests/barpen.tcl
diff options
context:
space:
mode:
authorjoye <joye>2014-06-16 22:22:04 (GMT)
committerjoye <joye>2014-06-16 22:22:04 (GMT)
commit6f6b4207c4a700e54909da932cb77cc97e9e31c8 (patch)
treecb55038a5128cc7d3b7e7ea9dea7217f48d3f492 /tests/barpen.tcl
parent26f23f0dc83d24caef81f34f817e2bfa0bb8f8a0 (diff)
downloadblt-6f6b4207c4a700e54909da932cb77cc97e9e31c8.zip
blt-6f6b4207c4a700e54909da932cb77cc97e9e31c8.tar.gz
blt-6f6b4207c4a700e54909da932cb77cc97e9e31c8.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/barpen.tcl')
-rw-r--r--tests/barpen.tcl7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/barpen.tcl b/tests/barpen.tcl
index 2a02e50..e313a81 100644
--- a/tests/barpen.tcl
+++ b/tests/barpen.tcl
@@ -25,7 +25,14 @@ bltTest3 $graph pen foo -showerrorbars no $dops
bltTest3 $graph pen foo -showvalues none $dops
bltTest3 $graph pen foo -showvalues x $dops
bltTest3 $graph pen foo -showvalues both $dops
+bltTest3 $graph pen foo -valueanchor nw $dops
bltTest3 $graph pen foo -valueanchor n $dops
+bltTest3 $graph pen foo -valueanchor ne $dops
+bltTest3 $graph pen foo -valueanchor e $dops
+bltTest3 $graph pen foo -valueanchor se $dops
+bltTest3 $graph pen foo -valueanchor s $dops
+bltTest3 $graph pen foo -valueanchor sw $dops
+bltTest3 $graph pen foo -valueanchor w $dops
bltTest3 $graph pen foo -valuecolor cyan $dops
bltTest3 $graph pen foo -valuefont {times 18 bold italic} $dops
bltTest3 $graph pen foo -valueformat "%e" $dops