From fdbbf4273badafdebb5c8adcac39a87d39a1aaee Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Sun, 27 Oct 2013 15:08:02 +0000 Subject: [PATCH] LTM bars cosmetics Just made gap slightly smaller to make it easier to compare and overall the proportions 'feel better'. --- src/LTMPlot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LTMPlot.cpp b/src/LTMPlot.cpp index ce9c0afe2..669c46f04 100644 --- a/src/LTMPlot.cpp +++ b/src/LTMPlot.cpp @@ -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;