diff options
author | joye <joye> | 2014-05-02 17:33:46 (GMT) |
---|---|---|
committer | joye <joye> | 2014-05-02 17:33:46 (GMT) |
commit | 1e98c4811029b80fbb693a99ad1439f9603cc2fd (patch) | |
tree | 6c62f566147c9d0d80b30d89f2a3b029acc37278 /tests | |
parent | 62bee64947bf0e79b2eebee5608feee466032d05 (diff) | |
download | blt-1e98c4811029b80fbb693a99ad1439f9603cc2fd.zip blt-1e98c4811029b80fbb693a99ad1439f9603cc2fd.tar.gz blt-1e98c4811029b80fbb693a99ad1439f9603cc2fd.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/all.tcl | 2 | ||||
-rw-r--r-- | tests/test.tcl | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/all.tcl b/tests/all.tcl index 3669b78..3866c4c 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -5,7 +5,7 @@ source crosshairs.tcl source legend.tcl source xaxis.tcl source axis.tcl -source element.tcl +source lineelement.tcl source pen.tcl source marker.tcl source bitmapmarker.tcl diff --git a/tests/test.tcl b/tests/test.tcl index d299833..b51a5f2 100644 --- a/tests/test.tcl +++ b/tests/test.tcl @@ -2,6 +2,7 @@ source base.tcl set w .line set graph [bltLineGraph $w] +#set graph [bltBarGraph $w] #echo "done" #bltPlotDestroy $w |