mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
better axis labels in PM plot
This commit is contained in:
@@ -35,9 +35,9 @@ PerfPlot::PerfPlot() : STScurve(NULL), LTScurve(NULL), SBcurve(NULL), DAYcurve(N
|
||||
insertLegend(new QwtLegend(), QwtPlot::BottomLegend);
|
||||
setCanvasBackground(Qt::white);
|
||||
setTitle(tr("Performance Manager"));
|
||||
setAxisTitle(yLeft, "Stress (BS/Day)");
|
||||
setAxisTitle(yLeft, "Exponentially Weighted Average Stress");
|
||||
setAxisTitle(xBottom, "Time (days)");
|
||||
setAxisTitle(yRight, "Stress (Daily)");
|
||||
setAxisTitle(yRight, "Daily Stress");
|
||||
enableAxis(yRight, true);
|
||||
|
||||
grid = new QwtPlotGrid();
|
||||
|
||||
Reference in New Issue
Block a user