#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

@@ -89,6 +89,7 @@ RimPlotCurve::RimPlotCurve()
m_qwtPlotCurve = new RiuLineSegmentQwtPlotCurve;
m_parentQwtPlot = NULL;
}
//--------------------------------------------------------------------------------------------------