mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Workout Plot remove gap on Load Curve.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user