diff options
author | joye <joye> | 2014-03-18 21:09:38 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-18 21:09:38 (GMT) |
commit | 57329c620b5b44aaf32c8d4d96ca95781a64136e (patch) | |
tree | 539f5fa9ae0501f8bb57ffc6c185dd8925eeeb36 /tests/axis.tcl | |
parent | 381a52e47a7964fc9065bbecfb18e8995a27d24e (diff) | |
download | blt-57329c620b5b44aaf32c8d4d96ca95781a64136e.zip blt-57329c620b5b44aaf32c8d4d96ca95781a64136e.tar.gz blt-57329c620b5b44aaf32c8d4d96ca95781a64136e.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/axis.tcl')
-rw-r--r-- | tests/axis.tcl | 100 |
1 files changed, 16 insertions, 84 deletions
diff --git a/tests/axis.tcl b/tests/axis.tcl index 5d844a8..c5d21f1 100644 --- a/tests/axis.tcl +++ b/tests/axis.tcl @@ -5,90 +5,22 @@ set graph [bltLineGraph $w] $graph xaxis configure -title "X Axis" -limitsformat "%g" -#bltTest2 $graph xaxis -activeforeground red -#bltTest2 $graph xaxis -activerelief grooved -#bltTest2 $graph xaxis -autorange 10 -bltTest2 $graph xaxis -background yellow -bltTest2 $graph xaxis -bg cyan -#bltTest2 $graph xaxis -bindtags -##bltTest2 $graph xaxis -bd 2 -##bltTest2 $graph xaxis -borderwidth 4 -#bltTest2 $graph xaxis -checklimits -bltTest2 $graph xaxis -color red -#bltTest2 $graph xaxis -command -bltTest2 $graph xaxis -descending yes -bltTest2 $graph xaxis -exterior no -bltTest2 $graph xaxis -fg magenta -bltTest2 $graph xaxis -foreground yellow -bltTest2 $graph xaxis -grid no -bltTest2 $graph xaxis -gridcolor green -bltTest2 $graph xaxis -griddashes dashdot -bltTest2 $graph xaxis -gridlinewidth 2 -bltTest2 $graph xaxis -gridminor no -bltTest2 $graph xaxis -gridminorcolor blue -bltTest2 $graph xaxis -gridminordashes dashdot -bltTest2 $graph xaxis -gridminorlinewidth 2 -bltTest2 $graph xaxis -hide yes -##bltTest2 $graph xaxis -justify left -bltTest2 $graph xaxis -labeloffset yes -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 -#bltTest2 $graph xaxis -loosemax -#bltTest2 $graph xaxis -majorticks -#bltTest2 $graph xaxis -max -#bltTest2 $graph xaxis -min -#bltTest2 $graph xaxis -minorticks -##bltTest2 $graph xaxis -relief groove -bltTest2 $graph xaxis -rotate 45 -#bltTest2 $graph xaxis -scrollcommand -#bltTest2 $graph xaxis -scrollincrement -#bltTest2 $graph xaxis -scrollmax -#bltTest2 $graph xaxis -scrollmin -#bltTest2 $graph xaxis -shiftby -bltTest2 $graph xaxis -showticks no -bltTest2 $graph xaxis -stepsize 10 -bltTest2 $graph xaxis -subdivisions 4 -##bltTest2 $graph xaxis -tickanchor n -bltTest2 $graph xaxis -tickfont {times 12 bold italic} -bltTest2 $graph xaxis -ticklength 20 -bltTest2 $graph xaxis -tickdefault 10 -bltTest2 $graph xaxis -title {This is a Title} -#bltTest2 $graph xaxis -titlealternate yes -bltTest2 $graph xaxis -titlecolor yellow -bltTest2 $graph xaxis -titlefont {times 24 bold italic} -#bltTest2 $graph xaxis -use - -#bltCmd $graph xaxis activate -#bltCmd $graph xaxis bind -#bltCmd $graph xaxis cget -#bltCmd $graph xaxis configure -#bltCmd $graph xaxis deactivate -#bltCmd $graph xaxis invtransform -#bltCmd $graph xaxis limits -#bltCmd $graph xaxis transform -#bltCmd $graph xaxis use -#bltCmd $graph xaxis view - -#bltCmd $graph vaxis activate -#bltCmd $graph vaxis bind -#bltCmd $graph vaxis cget -#bltCmd $graph vaxis configure -#bltCmd $graph vaxis create -#bltCmd $graph vaxis deactivate -#bltCmd $graph vaxis delete -#bltCmd $graph vaxis focus -#bltCmd $graph vaxis get -#bltCmd $graph vaxis invtransform -#bltCmd $graph vaxis limits -#bltCmd $graph vaxis margin -#bltCmd $graph vaxis names -#bltCmd $graph vaxis transform -#bltCmd $graph vaxis type -#bltCmd $graph vaxis view +#bltCmd $graph axis activate +#bltCmd $graph axis bind +#bltCmd $graph axis cget +#bltCmd $graph axis configure +#bltCmd $graph axis create +#bltCmd $graph axis deactivate +#bltCmd $graph axis delete +#bltCmd $graph axis focus +#bltCmd $graph axis get +#bltCmd $graph axis invtransform +#bltCmd $graph axis limits +#bltCmd $graph axis margin +#bltCmd $graph axis names +#bltCmd $graph axis transform +#bltCmd $graph axis type +#bltCmd $graph axis view echo "done" bltPlotDestroy $w |