summaryrefslogtreecommitdiffstats
path: root/tests/ps.tcl
diff options
context:
space:
mode:
authorjoye <joye>2014-06-26 20:37:28 (GMT)
committerjoye <joye>2014-06-26 20:37:28 (GMT)
commit1115eaa1077bd1164a486c3c15c16ce99bd34d34 (patch)
treecc5976cb3c1fb499314bf1a46213325654932c7c /tests/ps.tcl
parent8b87cbe046ec9f5be7ea6e32e9b2ea16635ee61d (diff)
downloadblt-1115eaa1077bd1164a486c3c15c16ce99bd34d34.zip
blt-1115eaa1077bd1164a486c3c15c16ce99bd34d34.tar.gz
blt-1115eaa1077bd1164a486c3c15c16ce99bd34d34.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/ps.tcl')
-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]