Refactor PLT stacked curve code to be more general

This commit is contained in:
Gaute Lindkvist
2020-06-23 15:35:17 +02:00
parent 8924d3ec8e
commit a723d0d1fa
8 changed files with 251 additions and 91 deletions

View File

@@ -75,6 +75,10 @@ public:
static QString wellLogCurveIconName();
void setOverrideCurveData( const std::vector<double>& xValues,
const std::vector<double>& depthValues,
const RiaCurveDataTools::CurveIntervals& curveIntervals );
protected:
void updateZoomInParentPlot() override;
void updateLegendsInPlot() override;