diff options
author | joye <joye> | 2014-06-05 19:40:28 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-05 19:40:28 (GMT) |
commit | 16214040ab0fc38785746aae73c59b8741b14d74 (patch) | |
tree | bb5e0f9b99b9f58e3a1b6480dd5921f61b2e0ad9 /tests | |
parent | e2945e411ee4faf8f91166a2f98febd2892d0b8b (diff) | |
download | blt-16214040ab0fc38785746aae73c59b8741b14d74.zip blt-16214040ab0fc38785746aae73c59b8741b14d74.tar.gz blt-16214040ab0fc38785746aae73c59b8741b14d74.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/linegraph.tcl | 2 | ||||
-rw-r--r-- | tests/test.tcl | 2 |
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 |