mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3187 symbols and labels for well path attributes, initial work.
This commit is contained in:
@@ -106,10 +106,9 @@ void RiuWellLogTrack::setDepthZoom(double minDepth, double maxDepth)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuWellLogTrack::setXRange(double min, double max)
|
||||
void RiuWellLogTrack::setXRange(double min, double max, QwtPlot::Axis axis)
|
||||
{
|
||||
setAxisScale(QwtPlot::xTop, min, max);
|
||||
setAxisScale(QwtPlot::xBottom, min, max);
|
||||
setAxisScale(axis, min, max);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user