mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix Well Log Plot depth axis label
This commit is contained in:
@@ -268,7 +268,7 @@ bool RiuWellLogTrack::isRimTrackVisible()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuWellLogTrack::enableDepthAxisLabelsAndTitle( bool enable )
|
||||
void RiuWellLogTrack::enableDepthAxisLabelsAndTicks( bool enable )
|
||||
{
|
||||
this->axisScaleDraw( QwtPlot::yLeft )->enableComponent( QwtAbstractScaleDraw::Ticks, enable );
|
||||
this->axisScaleDraw( QwtPlot::yLeft )->enableComponent( QwtAbstractScaleDraw::Labels, enable );
|
||||
|
||||
Reference in New Issue
Block a user