summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjoye <joye>2014-06-26 20:24:42 (GMT)
committerjoye <joye>2014-06-26 20:24:42 (GMT)
commit8b87cbe046ec9f5be7ea6e32e9b2ea16635ee61d (patch)
treec32f048901a3c0f63e20a8e0fd8b100899616f8b /tests
parent2a40ac98b233129440f823ca1a50b90d779a64a7 (diff)
downloadblt-8b87cbe046ec9f5be7ea6e32e9b2ea16635ee61d.zip
blt-8b87cbe046ec9f5be7ea6e32e9b2ea16635ee61d.tar.gz
blt-8b87cbe046ec9f5be7ea6e32e9b2ea16635ee61d.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/ps.tcl7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/ps.tcl b/tests/ps.tcl
index 0896069..859ceca 100644
--- a/tests/ps.tcl
+++ b/tests/ps.tcl
@@ -13,9 +13,14 @@ $graph xaxis configure -bg cyan -relief raised
$graph configure -relief raised
$graph configure -plotrelief raised
-$graph postscript output foo.ps
+$graph legend selection set data2
+$graph legend focus data1
+$graph legend configure -selectrelief groove
+
$graph postscript configure -decorations no
$graph postscript output bar.ps
+$graph postscript configure -decorations yes
+$graph postscript output foo.ps
#set graph [bltBarGraph $w]