#6227 Filter out zero values in logarithmic plot.

This commit is contained in:
Kristian Bendiksen
2021-01-18 13:40:44 +01:00
committed by Magne Sjaastad
parent 55034759c5
commit ad07b18781
6 changed files with 41 additions and 1 deletions

View File

@@ -190,6 +190,7 @@ public:
caf::PdmObject* findPdmObjectFromQwtCurve( const QwtPlotCurve* curve ) const override;
void setLogarithmicScale( bool enable );
bool isLogarithmicScale() const;
std::map<int, std::vector<RimWellLogCurve*>> visibleStackedCurves();