mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Summary Plot: Add support for multiple plot axis.
This commit is contained in:
committed by
Magne Sjaastad
parent
a3ad9d2c1e
commit
e92e2e8764
@@ -179,8 +179,8 @@ void RimWellLogCurve::updateCurveAppearance()
|
||||
|
||||
if ( m_plotCurve )
|
||||
{
|
||||
m_plotCurve->setXAxis( RiaDefines::PlotAxis::PLOT_AXIS_TOP );
|
||||
m_plotCurve->setYAxis( RiaDefines::PlotAxis::PLOT_AXIS_LEFT );
|
||||
m_plotCurve->setXAxis( RiuPlotAxis::defaultTop() );
|
||||
m_plotCurve->setYAxis( RiuPlotAxis::defaultLeft() );
|
||||
}
|
||||
|
||||
if ( fillStyle() != Qt::BrushStyle::NoBrush )
|
||||
|
||||
Reference in New Issue
Block a user