Add SmO2 to Histogram

.. from Moxy
This commit is contained in:
Mark Liversedge
2014-11-26 19:23:47 +00:00
parent c1ecc6826a
commit f8a73d2f4d
6 changed files with 69 additions and 6 deletions

View File

@@ -3480,7 +3480,7 @@ AllPlot::setDataFromPlot(AllPlot *plot)
if (scope == RideFile::wprime) sd->setFactor(0.001f); // Kj
if (scope == RideFile::thb || scope == RideFile::smo2
|| scope == RideFile::o2hb || scope == RideFile::hhb) // Hb
sd->setDecimals(1);
sd->setDecimals(2);
setAxisScaleDraw(QwtPlot::yLeft, sd);