mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-04 12:40:58 -06:00
#8523 Summary Plot: Improve axis name.
Use same name as axis in plot now.
This commit is contained in:
parent
0cd965dd5b
commit
423dde93fc
@ -128,6 +128,8 @@ void RimSummaryPlotAxisFormatter::applyAxisPropertiesToPlot( RiuPlotWidget* plot
|
||||
{
|
||||
titleAlignment = Qt::AlignRight;
|
||||
}
|
||||
|
||||
m_axisProperties->setNameAndAxis( axisTitle, axis.axis(), axis.index() );
|
||||
plotWidget->setAxisTitleText( axis, axisTitle );
|
||||
plotWidget->setAxisFontsAndAlignment( axis,
|
||||
m_axisProperties->titleFontSize(),
|
||||
|
Loading…
Reference in New Issue
Block a user