mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#396) Setting the curve's axes explicitly (x bottom is the default x axis in Qwt)
This commit is contained in:
parent
51a251f7ef
commit
caddfd01ed
@ -41,6 +41,8 @@ RimWellLogPlotCurve::RimWellLogPlotCurve()
|
||||
CAF_PDM_InitFieldNoDefault(&m_userName, "CurveDescription", "Name", "", "", "");
|
||||
|
||||
m_plotCurve = new QwtPlotCurve;
|
||||
m_plotCurve->setXAxis(QwtPlot::xTop);
|
||||
m_plotCurve->setYAxis(QwtPlot::yLeft);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user