summaryrefslogtreecommitdiffstats
path: root/tests/linegraph.tcl
diff options
context:
space:
mode:
authorjoye <joye>2014-02-19 17:22:07 (GMT)
committerjoye <joye>2014-02-19 17:22:07 (GMT)
commitda0918ad43ebff694adfb98fa6870707fd5e7d26 (patch)
treea291987e011570b63855e5cc6e27b3a1d9504b8a /tests/linegraph.tcl
parent1ca66ad06cb322909e3d0ef0b0db91fece94d5a4 (diff)
downloadblt-da0918ad43ebff694adfb98fa6870707fd5e7d26.zip
blt-da0918ad43ebff694adfb98fa6870707fd5e7d26.tar.gz
blt-da0918ad43ebff694adfb98fa6870707fd5e7d26.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/linegraph.tcl')
-rw-r--r--tests/linegraph.tcl54
1 files changed, 54 insertions, 0 deletions
diff --git a/tests/linegraph.tcl b/tests/linegraph.tcl
new file mode 100644
index 0000000..b33afe4
--- /dev/null
+++ b/tests/linegraph.tcl
@@ -0,0 +1,54 @@
+source base.tcl
+
+set w .line
+set graph [bltLineGraph $w]
+
+bltTest $graph -aspect 2
+bltTest $graph -background red
+bltTest $graph -barmode overlap
+bltTest $graph -barwidth .15
+#bltTest $graph -baseline
+bltTest $graph -bd 50
+bltTest $graph -bg green
+bltTest $graph -bm 50
+bltTest $graph -borderwidth 50
+bltTest $graph -bottommargin 50
+#bltTest $graph -bottomvariable
+#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 -halo
+bltTest $graph -height 300
+#bltTest $graph -highlightbackground
+#bltTest $graph -highlightcolor
+#bltTest $graph -highlightthickness
+bltTest $graph -invertxy yes
+#bltTest $graph -justify
+bltTest $graph -leftmargin 50
+#bltTest $graph -leftvariable
+bltTest $graph -lm 50
+bltTest $graph -plotbackground cyan
+bltTest $graph -plotborderwidth 50
+bltTest $graph -plotpadx 50
+bltTest $graph -plotpady 50
+bltTest $graph -plotrelief groove
+bltTest $graph -relief groove
+bltTest $graph -rightmargin 50
+#bltTest $graph -rightvariable
+bltTest $graph -rm 50
+#bltTest $graph -stackaxes
+#bltTest $graph -takefocus
+bltTest $graph -title "This is a Title"
+bltTest $graph -tm 50
+bltTest $graph -topmargin 50
+#bltTest $graph -topvariable
+bltTest $graph -width 300
+bltTest $graph -plotwidth 300
+bltTest $graph -plotheight 300
+
+echo "done"
+#bltPlotDestroy $w
+