Commit 018e95c71c8722591ac73a21ffd17b66ab1cd692
1 parent
6c587d7a
Exists in
master
and in
90 other branches
fixing rm_6778
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/ParamOutputImpl/Plot/PanelPlotOutput.cc
... | ... | @@ -2342,6 +2342,7 @@ void PanelPlotOutput::drawSpectro(double /*startDate*/, double /*stopDate*/, std |
2342 | 2342 | else if(pSpectro.hasYAxis()){ |
2343 | 2343 | // fill Y range (plplot window). |
2344 | 2344 | lYRange = lYAxis->getRange(); |
2345 | + fixRange(lYRange, lYAxis->_scale == Axis::Scale::LOGARITHMIC); | |
2345 | 2346 | } |
2346 | 2347 | |
2347 | 2348 | if (pSpectro.hasZAxis() && lZAxis.get() == nullptr) { | ... | ... |