summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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]