mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve Grid Statistics Plot UI (#9831)
- Set default frequency enum to relative frequency [%] - Set current view selected in filter by 3D view visibility by default - Add labels for statistics data - Add UI to change number of bins in histogram - Add control of font size of axis values and axis titles
This commit is contained in:
committed by
Magne Sjaastad
parent
2f6b2e57f5
commit
07d1a3c669
@@ -53,6 +53,8 @@ public:
|
||||
|
||||
RimHistogramCalculator();
|
||||
|
||||
void setNumBins( size_t numBins );
|
||||
|
||||
RigHistogramData histogramData( RimEclipseContourMapView* contourMap );
|
||||
RigHistogramData histogramData( RimGeoMechContourMapView* contourMap );
|
||||
RigHistogramData
|
||||
@@ -78,4 +80,5 @@ private:
|
||||
|
||||
bool m_isVisCellStatUpToDate;
|
||||
cvf::ref<RigStatisticsDataCache> m_visibleCellStatistics;
|
||||
size_t m_numBins;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user