Rel perm plot legend adjustments

This commit is contained in:
jonjenssen
2024-12-13 17:08:10 +01:00
committed by jonjenssen
parent 61710537a9
commit 8423b17832
2 changed files with 52 additions and 9 deletions

View File

@@ -32,6 +32,7 @@ class QButtonGroup;
class QCheckBox;
class QwtPlot;
class QwtPlotMarker;
class QwtPlotCurve;
class QPointF;
class QGroupBox;
@@ -88,7 +89,10 @@ private:
bool fixedLeftYAxis,
QwtPlot* plot,
std::vector<QwtPlotMarker*>* myPlotMarkers,
bool skipUnscaledLegends );
bool showScaled,
bool showUnscaled );
static QwtPlotCurve* getLegendCurve( QString title, bool scaled );
static QString determineXAxisTitleFromCurveCollection( const std::vector<RigFlowDiagSolverInterface::RelPermCurve>& curveArr );