summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjoye <joye>2014-02-19 19:58:52 (GMT)
committerjoye <joye>2014-02-19 19:58:52 (GMT)
commitf17196b154ec4d4315ce6e746408e4bb618a629b (patch)
treeaaa4c9dc2147c102345894e83ca83ed7a3076e89 /tests
parent0428dac8a219d451d90110275ac72270edf6c155 (diff)
downloadblt-f17196b154ec4d4315ce6e746408e4bb618a629b.zip
blt-f17196b154ec4d4315ce6e746408e4bb618a629b.tar.gz
blt-f17196b154ec4d4315ce6e746408e4bb618a629b.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/base.tcl6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/base.tcl b/tests/base.tcl
index 863285a..21dd1d7 100644
--- a/tests/base.tcl
+++ b/tests/base.tcl
@@ -86,13 +86,11 @@ proc bltLineGraph {w} {
$graph element create data1 \
-xdata { 0.2 0.4 0.6 0.8 1.0 1.2 1.4 1.6 1.8 2.0 } \
-ydata { 13 25 36 46 55 64 70 75 80 90} \
- -color blue \
- -symbol {}
+ -color blue
$graph element create data2 \
-xdata { 0.2 0.4 0.6 0.8 1.0 1.2 1.4 1.6 1.8 2.0 } \
-ydata { 26 50 72 92 110 128 140 150 160 180} \
- -color red \
- -symbol {}
+ -color red
$graph legend configure -title "Legend"
update