diff options
author | joye <joye> | 2014-06-26 20:37:28 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-26 20:37:28 (GMT) |
commit | 1115eaa1077bd1164a486c3c15c16ce99bd34d34 (patch) | |
tree | cc5976cb3c1fb499314bf1a46213325654932c7c /tests | |
parent | 8b87cbe046ec9f5be7ea6e32e9b2ea16635ee61d (diff) | |
download | blt-1115eaa1077bd1164a486c3c15c16ce99bd34d34.zip blt-1115eaa1077bd1164a486c3c15c16ce99bd34d34.tar.gz blt-1115eaa1077bd1164a486c3c15c16ce99bd34d34.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests')
-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] |