mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Grid Cross Plot: Add regression curves.
This commit is contained in:
@@ -210,6 +210,7 @@ void RimGridCrossPlot::reattachAllCurves()
|
||||
for ( auto dataSet : m_crossPlotDataSets )
|
||||
{
|
||||
dataSet->detachAllCurves();
|
||||
dataSet->detachAllRegressionCurves();
|
||||
if ( dataSet->isChecked() )
|
||||
{
|
||||
dataSet->setParentPlotNoReplot( m_plotWidget );
|
||||
@@ -336,6 +337,7 @@ void RimGridCrossPlot::detachAllCurves()
|
||||
for ( auto dataSet : m_crossPlotDataSets() )
|
||||
{
|
||||
dataSet->detachAllCurves();
|
||||
dataSet->detachAllRegressionCurves();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1026,6 +1028,7 @@ void RimGridCrossPlot::cleanupBeforeClose()
|
||||
for ( auto dataSet : m_crossPlotDataSets() )
|
||||
{
|
||||
dataSet->detachAllCurves();
|
||||
dataSet->detachAllRegressionCurves();
|
||||
}
|
||||
|
||||
if ( m_plotWidget )
|
||||
|
||||
Reference in New Issue
Block a user