#2090 Cross Plot : Use axis config object to control bottom axis - WIP

This commit is contained in:
Magne Sjaastad
2017-11-13 08:09:59 +01:00
parent 90317d861f
commit eb28f5a865
3 changed files with 37 additions and 10 deletions

View File

@@ -91,6 +91,7 @@ RimSummaryPlot* RimSummaryCrossPlotCollection::addSummaryPlot()
m_summaryCrossPlots().push_back(plot);
plot->setDescription(QString("Summary Cross Plot %1").arg(m_summaryCrossPlots.size()));
plot->setAsCrossPlot();
return plot;
}