mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4206 Set new defaults for grid cross plot
This commit is contained in:
@@ -606,6 +606,14 @@ bool RimGridCrossPlot::isYAxisLogarithmic() const
|
||||
return m_yAxisProperties->isLogarithmicScaleEnabled();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimGridCrossPlot::setYAxisInverted(bool inverted)
|
||||
{
|
||||
m_yAxisProperties->setAxisInverted(inverted);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user