mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Change color in statistics dialog
This commit is contained in:
parent
a61da7b215
commit
1c628fcf3e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user