better axis labels in PM plot

This commit is contained in:
Sean Rhea
2010-03-02 09:44:46 -05:00
parent bc85a3b5fe
commit b68e55beca

View File

@@ -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();