summaryrefslogtreecommitdiffstats
path: root/tests/linegraph.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/linegraph.tcl')
-rw-r--r--tests/linegraph.tcl26
1 files changed, 3 insertions, 23 deletions
diff --git a/tests/linegraph.tcl b/tests/linegraph.tcl
index aae78a4..7b43526 100644
--- a/tests/linegraph.tcl
+++ b/tests/linegraph.tcl
@@ -17,9 +17,9 @@ bltTest $graph -bottommargin 50
#bltTest $graph -bufferelements
#bltTest $graph -buffergraph
bltTest $graph -cursor cross
-#bltTest $graph -fg
-bltTest $graph -font "times 36 bold italic"
-#bltTest $graph -foreground
+bltTest $graph -fg blue
+bltTest $graph -font {times 36 bold italic}
+bltTest $graph -foreground cyan
#bltTest $graph -halo
bltTest $graph -height 300
#bltTest $graph -highlightbackground
@@ -52,26 +52,6 @@ bltTest $graph -width 300
bltTest $graph -plotwidth 300
bltTest $graph -plotheight 300
-#bltCmd $graph axis
-#bltCmd $graph bar (elem)
-#bltCmd $graph cget
-#bltCmd $graph configure
-#bltCmd $graph crosshairs (Blt_CrosshairsOp)
-#bltCmd $graph element (elem)
-#bltCmd $graph extents
-#bltCmd $graph inside
-#bltCmd $graph invtransform
-#bltCmd $graph legend (Blt_LegendOp)
-#bltCmd $graph line (elem)
-#bltCmd $graph marker (Blt_MarkerOp)
-#bltCmd $graph pen (Blt_PenOp)
-#bltCmd $graph postscript (Blt_PostscriptOp)
-#bltCmd $graph transform
-#bltCmd $graph x2axis (axis)
-#bltCmd $graph xaxis (axis)
-#bltCmd $graph y2axis (axis)
-#bltCmd $graph yaxis (axis)
-
echo "done"
bltPlotDestroy $w