Improve consistency of correlation plots

This commit is contained in:
Gaute Lindkvist
2020-07-29 12:41:41 +02:00
parent 4f36332e52
commit ae7c4d9e31
6 changed files with 64 additions and 9 deletions

View File

@@ -58,6 +58,8 @@ public:
bool sortByAbsoluteValues() const;
RimRegularLegendConfig* legendConfig();
void selectAllParameters();
bool showTopNCorrelations() const;
int topNFilterCount() const;
signals:
void matrixCellSelected( const EnsembleParameter&, const RiaSummaryCurveDefinition& );
@@ -90,7 +92,7 @@ private:
caf::PdmField<bool> m_sortByAbsoluteValues;
caf::PdmField<bool> m_excludeParametersWithoutVariation;
caf::PdmField<bool> m_showOnlyTopNCorrelations;
caf::PdmField<size_t> m_topNFilterCount;
caf::PdmField<int> m_topNFilterCount;
caf::PdmField<std::vector<QString>> m_selectedParametersList;
caf::PdmChildField<RimRegularLegendConfig*> m_legendConfig;