diff options
Diffstat (limited to 'tests/ps.tcl')
-rw-r--r-- | tests/ps.tcl | 4 |
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] |