LTM bars cosmetics

Just made gap slightly smaller to make it easier to
compare and overall the proportions 'feel better'.
This commit is contained in:
Mark Liversedge
2013-10-27 15:08:02 +00:00
parent a367b34fb9
commit fdbbf4273b

View File

@@ -290,7 +290,7 @@ LTMPlot::setData(LTMSettings *set)
int barn = metricDetail.stack ? stacknum : barnum;
double space = double(0.8) / bars;
double space = double(0.9) / bars;
double gap = space * 0.10;
double width = space * 0.90;
left = (space * barn) + (gap / 2) + 0.1;
@@ -435,7 +435,7 @@ LTMPlot::setData(LTMSettings *set)
// below this one
int barn = metricDetail.stack ? stacknum : barnum;
double space = double(0.8) / bars;
double space = double(0.9) / bars;
double gap = space * 0.10;
double width = space * 0.90;
left = (space * barn) + (gap / 2) + 0.1;