#4206 Set new defaults for grid cross plot

This commit is contained in:
Gaute Lindkvist
2019-03-19 09:07:04 +01:00
parent f09f487635
commit 155dba5591
5 changed files with 45 additions and 6 deletions

View File

@@ -606,6 +606,14 @@ bool RimGridCrossPlot::isYAxisLogarithmic() const
return m_yAxisProperties->isLogarithmicScaleEnabled();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimGridCrossPlot::setYAxisInverted(bool inverted)
{
m_yAxisProperties->setAxisInverted(inverted);
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------