diff options
author | joye <joye> | 2014-04-16 18:10:26 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-16 18:10:26 (GMT) |
commit | f82e5d50b647272c27012b332070eb81fe4f4215 (patch) | |
tree | c9ea198ceda257f612ecc6a2df3ac5778484c116 | |
parent | c2ff89ef8036780c06a8de051777cbe9a6b80623 (diff) | |
download | blt-f82e5d50b647272c27012b332070eb81fe4f4215.zip blt-f82e5d50b647272c27012b332070eb81fe4f4215.tar.gz blt-f82e5d50b647272c27012b332070eb81fe4f4215.tar.bz2 |
*** empty log message ***
-rw-r--r-- | src/bltGraph.h | 2 | ||||
-rw-r--r-- | tests/bargraph.tcl | 2 | ||||
-rw-r--r-- | tests/linegraph.tcl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/bltGraph.h b/src/bltGraph.h index 68ed3a3..351de6f 100644 --- a/src/bltGraph.h +++ b/src/bltGraph.h @@ -75,7 +75,7 @@ typedef struct { Axis2d axes; } BarSetKey; -typedef enum BarModes { +typedef enum { BARS_INFRONT, BARS_STACKED, BARS_ALIGNED, BARS_OVERLAP } BarMode; diff --git a/tests/bargraph.tcl b/tests/bargraph.tcl index 18f37ec..64c6701 100644 --- a/tests/bargraph.tcl +++ b/tests/bargraph.tcl @@ -8,6 +8,8 @@ echo "Testing BarGraph..." # Graph bltTest $graph -aspect 2 bltTest $graph -background red +bltTest $graph -barmode stacked +bltTest $graph -barmode aligned bltTest $graph -barmode overlap bltTest $graph -barwidth .15 #bltTest $graph -baseline diff --git a/tests/linegraph.tcl b/tests/linegraph.tcl index 0ba5b52..9e9513f 100644 --- a/tests/linegraph.tcl +++ b/tests/linegraph.tcl @@ -7,8 +7,6 @@ echo "Testing LineGraph..." bltTest $graph -aspect 2 bltTest $graph -background red -bltTest $graph -barmode overlap -bltTest $graph -barwidth .15 #bltTest $graph -baseline bltTest $graph -bd 50 bltTest $graph -bg green |