summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjoye <joye>2014-06-26 19:40:40 (GMT)
committerjoye <joye>2014-06-26 19:40:40 (GMT)
commit2a40ac98b233129440f823ca1a50b90d779a64a7 (patch)
tree2070f43333b69f547e4bd02e125d561ce80b1cb0 /tests
parent8fcf4d700ddfdaa362006f717d3038912ecd0a59 (diff)
downloadblt-2a40ac98b233129440f823ca1a50b90d779a64a7.zip
blt-2a40ac98b233129440f823ca1a50b90d779a64a7.tar.gz
blt-2a40ac98b233129440f823ca1a50b90d779a64a7.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/ps.tcl7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ps.tcl b/tests/ps.tcl
index c562724..0896069 100644
--- a/tests/ps.tcl
+++ b/tests/ps.tcl
@@ -8,7 +8,14 @@ $graph axis configure y -title "Y\nAxis"
$graph element configure data1 -dash {8 3} -showvalues y -smooth step -symbol circle -outline yellow -outlinewidth 3 -pixels 10 -valuefont "times 14 italic" -valuerotate 45
+$graph legend configure -relief raised
+$graph xaxis configure -bg cyan -relief raised
+$graph configure -relief raised
+$graph configure -plotrelief raised
+
$graph postscript output foo.ps
+$graph postscript configure -decorations no
+$graph postscript output bar.ps
#set graph [bltBarGraph $w]