Change color in statistics dialog

This commit is contained in:
Rebecca Cox 2017-12-01 10:47:15 +01:00
parent a61da7b215
commit 1c628fcf3e

View File

@ -162,7 +162,7 @@ void RicGridStatisticsDialog::setHistogramData(RimView* view)
auto hist = new QwtPlotHistogram("Histogram");
auto aggr = new QwtPlotCurve("Aggregated");
hist->setBrush(QBrush(QColor(Qt::darkYellow)));
hist->setBrush(QBrush(QColor(Qt::darkCyan)));
hist->setZ(-1);
aggr->setStyle(QwtPlotCurve::Steps);
aggr->setCurveAttribute(QwtPlotCurve::Inverted);