Workout Plot remove gap on Load Curve.

This commit is contained in:
Mark Liversedge
2011-11-08 07:20:31 +00:00
parent 9dc73161b8
commit c8bd185c87

View File

@@ -115,6 +115,7 @@ ErgFilePlot::ErgFilePlot(MainWindow *main) : main(main)
LodCurve = new QwtPlotCurve("Course Load");
LodCurve->setData(*lodData);
LodCurve->attach(this);
LodCurve->setBaseline(-1000);
LodCurve->setYAxis(QwtPlot::yLeft);
// load curve is blue for time and grey for gradient