mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-11 07:56:08 -06:00
#852 Reduced to one minor tick on Y-axis
This commit is contained in:
parent
8adeff97fd
commit
5988bca3bf
@ -179,6 +179,8 @@ void RiuSummaryQwtPlot::setDefaults()
|
||||
yAxisFont.setPixelSize(11);
|
||||
setAxisFont(QwtPlot::yLeft, yAxisFont);
|
||||
|
||||
setAxisMaxMinor(QwtPlot::yLeft, 3);
|
||||
|
||||
QwtText axisTitleY = axisTitle(QwtPlot::yLeft);
|
||||
QFont yAxisTitleFont = axisTitleY.font();
|
||||
yAxisTitleFont.setPixelSize(11);
|
||||
|
Loading…
Reference in New Issue
Block a user