OPM / ResInsight

3D viewer and post processing of reservoir models
http://resinsight.org/
GNU General Public License v3.0
175 stars 92 forks source link

RFT and PLT plots : Advanced grid settings #4367

Open magnesj opened 5 years ago

magnesj commented 5 years ago

Advanced control of legends are currently disabled as the update of these fields does not work from RFT/PLT. Consider if these controls are required on this level.

See

void RimWellLogTrack::uiOrderingForXAxisSettings(caf::PdmUiOrdering& uiOrdering) { caf::PdmUiGroup* gridGroup = uiOrdering.addNewGroup("X Axis Settings"); gridGroup->add(&m_isLogarithmicScaleEnabled); gridGroup->add(&m_visibleXRangeMin); gridGroup->add(&m_visibleXRangeMax); gridGroup->add(&m_xAxisGridVisibility);

// TODO Revisit if these settings are required 
// See issue 
gridGroup->add(&m_explicitTickIntervals);
gridGroup->add(&m_majorTickInterval);
gridGroup->add(&m_minorTickInterval);

}

magnesj commented 5 years ago

See #4368