mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5049 Fix missing axis title for well allocation plots
This commit is contained in:
parent
94cc635649
commit
ae9575feb2
@ -1093,7 +1093,7 @@ void RimWellLogTrack::loadDataAndUpdate()
|
||||
|
||||
if ( wellLogPlot && m_plotWidget )
|
||||
{
|
||||
m_plotWidget->setAxisTitleText( QwtPlot::yLeft, m_xAxisTitle );
|
||||
m_plotWidget->setAxisTitleText( QwtPlot::xTop, m_xAxisTitle );
|
||||
m_plotWidget->setAxisTitleText( QwtPlot::yLeft, wellLogPlot->depthAxisTitle() );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user