From 52ae1f488228acad90dd2a429726584c2dd36b96 Mon Sep 17 00:00:00 2001 From: joye Date: Wed, 18 Jun 2014 19:28:57 +0000 Subject: *** empty log message *** --- tests/axis.tcl | 2 ++ tests/bargraph.tcl | 2 ++ tests/linegraph.tcl | 2 ++ tests/textmarker.tcl | 2 ++ 4 files changed, 8 insertions(+) diff --git a/tests/axis.tcl b/tests/axis.tcl index 51aeabd..041a300 100644 --- a/tests/axis.tcl +++ b/tests/axis.tcl @@ -34,6 +34,8 @@ bltTest3 $graph axis x -gridminordashes {8 3} $dops bltTest3 $graph axis x -gridminorlinewidth 2 $dops bltTest3 $graph axis x -hide yes $dops bltTest3 $graph axis x -justify left $dops +bltTest3 $graph axis x -justify center $dops +bltTest3 $graph axis x -justify right $dops bltTest3 $graph axis x -labeloffset yes $dops bltTest3 $graph axis x -limitscolor red $dops bltTest3 $graph axis x -limitsfont {times 18 bold italic} $dops diff --git a/tests/bargraph.tcl b/tests/bargraph.tcl index 23e986c..03f538f 100644 --- a/tests/bargraph.tcl +++ b/tests/bargraph.tcl @@ -31,6 +31,8 @@ bltTest $graph -height 300 $dops #bltTest $graph -highlightthickness $dops bltTest $graph -invertxy yes $dops bltTest $graph -justify left $dops +bltTest $graph -justify center $dops +bltTest $graph -justify right $dops bltTest $graph -leftmargin 50 $dops bltTest $graph -lm 50 $dops bltTest $graph -plotbackground cyan $dops diff --git a/tests/linegraph.tcl b/tests/linegraph.tcl index ab56fd1..4e70dd5 100644 --- a/tests/linegraph.tcl +++ b/tests/linegraph.tcl @@ -26,6 +26,8 @@ bltTest $graph -height 300 $dops #bltTest $graph -highlightthickness $dops bltTest $graph -invertxy yes $dops bltTest $graph -justify left $dops +bltTest $graph -justify center $dops +bltTest $graph -justify right $dops bltTest $graph -leftmargin 50 $dops bltTest $graph -lm 50 $dops bltTest $graph -plotbackground cyan $dops diff --git a/tests/textmarker.tcl b/tests/textmarker.tcl index f37f35f..8644d43 100644 --- a/tests/textmarker.tcl +++ b/tests/textmarker.tcl @@ -26,6 +26,8 @@ bltTest3 $graph marker $mm -fg cyan $dops bltTest3 $graph marker $mm -fill yellow $dops bltTest3 $graph marker $mm -font {times 24 bold italic} $dops bltTest3 $graph marker $mm -foreground blue $dops +bltTest3 $graph marker $mm -justify left $dops +bltTest3 $graph marker $mm -justify center $dops bltTest3 $graph marker $mm -justify right $dops bltTest3 $graph marker $mm -hide yes $dops bltTest3 $graph marker $mm -mapx x2 $dops -- cgit v0.12