mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Adjust auto plot settings
* Adjust the max value for summary curves to get more space on top of plot * Compute axis range before computing auto plot settings * Use axis object name as key when computing aggregated min/max * Guard infinite recursion for enableAutoValue()
This commit is contained in:
@@ -508,7 +508,7 @@ void RiuMultiPlotBook::performUpdate( RiaDefines::MultiPlotPageUpdateType whatTo
|
||||
updateGeometry();
|
||||
|
||||
RimSummaryMultiPlot* multiPlot = dynamic_cast<RimSummaryMultiPlot*>( m_plotDefinition.p() );
|
||||
if ( multiPlot ) multiPlot->checkAndApplyAutoAppearance();
|
||||
if ( multiPlot ) multiPlot->analyzePlotsAndAdjustAppearanceSettings();
|
||||
|
||||
// use a timer to trigger a viewer page change, if needed
|
||||
if ( m_goToPageAfterUpdate )
|
||||
|
||||
Reference in New Issue
Block a user