Create default analysis plot filter

This commit is contained in:
Gaute Lindkvist 2020-08-27 13:48:02 +02:00 committed by Magne Sjaastad
parent 81f16cb7cb
commit c5255b4008

View File

@ -51,6 +51,7 @@ RimAnalysisPlot* RimAnalysisPlotCollection::createAnalysisPlot()
plot->setAsPlotMdiWindow();
applyFirstEnsembleFieldAddressesToPlot( plot, "FOPT" );
auto filter = plot->plotDataFilterCollection()->addFilter();
// plot->enableAutoPlotTitle( true );
m_analysisPlots.push_back( plot );