summaryrefslogtreecommitdiffstats
path: root/tests/ps.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ps.tcl')
-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]