summaryrefslogtreecommitdiffstats
path: root/tests/test.tcl
blob: 120958b0d75819e826ce4f6f8eb1a1945cd575e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
source base.tcl

set w .line
set graph [bltLineGraph $w]
#set graph [bltBarGraph $w]

$graph postscript output foo.ps

#echo "done"
#bltPlotDestroy $w