Support showing both scaled and unscaled curves in relperm plot

This commit is contained in:
Jon Jenssen
2024-11-27 15:15:15 +01:00
committed by jonjenssen
parent 26a30ffa50
commit 4975f260ca
2 changed files with 40 additions and 13 deletions

View File

@@ -87,7 +87,8 @@ private:
bool fixedXAxis,
bool fixedLeftYAxis,
QwtPlot* plot,
std::vector<QwtPlotMarker*>* myPlotMarkers );
std::vector<QwtPlotMarker*>* myPlotMarkers,
bool skipUnscaledLegends );
static QString determineXAxisTitleFromCurveCollection( const std::vector<RigFlowDiagSolverInterface::RelPermCurve>& curveArr );
@@ -135,6 +136,7 @@ private:
QGroupBox* m_groupBox;
QButtonGroup* m_selectedCurvesButtonGroup;
QCheckBox* m_showUnscaledCheckBox;
QCheckBox* m_showScaledCheckBox;
QCheckBox* m_logarithmicScaleKrAxisCheckBox;
QCheckBox* m_fixedXAxisCheckBox;
QCheckBox* m_fixedLeftYAxisCheckBox;