From 1b38a31d26d7e1a443b89e4ad42bba52dc9831dd Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 7 Aug 2011 14:35:34 +1000 Subject: [PATCH] LineChart improvement (pressure graph fix) --- Graphs/gLineChart.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Graphs/gLineChart.cpp b/Graphs/gLineChart.cpp index 790ea218..95b68224 100644 --- a/Graphs/gLineChart.cpp +++ b/Graphs/gLineChart.cpp @@ -360,13 +360,13 @@ void gLineChart::Plot(gGraphWindow & w,float scrx,float scry) ////////////////////////////////////////////////////////////////// first=true; double start=el.first(); - for (int i=idx;i15 && (time < minx)) continue; // Skip stuff before the start of our data window first=false; - if (i>=sam) i-=sam; // Start with the previous sample (which will be in clipping area) + if (i>0) i--; // Start with the previous sample (which will be in clipping area) time=start+tim[i]; } data=dat[i]*gain; // @@ -376,6 +376,8 @@ void gLineChart::Plot(gGraphWindow & w,float scrx,float scry) //py=yst+((data - ymin) * nmult); // Same for Y scale with precomputed gain py=yst+((data - miny) * ymult); // Same for Y scale with precomputed gain + if (pxstart_px+width) px=start_px+width; if (firstpx) { firstpx=false; } else {