#739 First crude but working version of Summary plotting

This commit is contained in:
Jacob Støren
2016-05-25 13:15:17 +02:00
parent a33929505d
commit 31e8009a6e
10 changed files with 214 additions and 28 deletions

View File

@@ -46,7 +46,6 @@ RimWellLogCurve::RimWellLogCurve()
m_qwtPlotCurve->setXAxis(QwtPlot::xTop);
m_qwtPlotCurve->setYAxis(QwtPlot::yLeft);
m_parentQwtPlot = NULL;
}
//--------------------------------------------------------------------------------------------------