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 {