summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ps.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ps.tcl b/tests/ps.tcl
index 859ceca..eab89e0 100644
--- a/tests/ps.tcl
+++ b/tests/ps.tcl
@@ -17,10 +17,10 @@ $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
+$graph postscript configure -decorations no
+$graph postscript output bar.ps
#set graph [bltBarGraph $w]