From f82e5d50b647272c27012b332070eb81fe4f4215 Mon Sep 17 00:00:00 2001 From: joye Date: Wed, 16 Apr 2014 18:10:26 +0000 Subject: *** empty log message *** --- src/bltGraph.h | 2 +- tests/bargraph.tcl | 2 ++ 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 -- cgit v0.12