summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/linegraph.tcl2
-rw-r--r--tests/test.tcl2
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/linegraph.tcl b/tests/linegraph.tcl
index 574282c..d591348 100644
--- a/tests/linegraph.tcl
+++ b/tests/linegraph.tcl
@@ -62,7 +62,7 @@ bltCmd $graph configure -background cyan
##bltCmd $graph legend
##bltCmd $graph marker
##bltCmd $graph pen
-##bltCmd $graph postscript
+#bltCmd $graph postscript output foo.ps
#bltCmd $graph transform
##bltCmd $graph x2axis
##bltCmd $graph xaxis
diff --git a/tests/test.tcl b/tests/test.tcl
index b51a5f2..120958b 100644
--- a/tests/test.tcl
+++ b/tests/test.tcl
@@ -4,6 +4,8 @@ set w .line
set graph [bltLineGraph $w]
#set graph [bltBarGraph $w]
+$graph postscript output foo.ps
+
#echo "done"
#bltPlotDestroy $w