Commit 89574bf2df0438c13b02fbcd3e9f1b39310ef9e9
1 parent
d6188c7f
Exists in
master
and in
10 other branches
#5344 - Done.
Showing
9 changed files
with
0 additions
and
2 deletions
Show diff stats
src/ParamOutputImpl/Plot/PanelPlotOutput.cc
... | ... | @@ -338,8 +338,6 @@ namespace plot |
338 | 338 | { |
339 | 339 | topSpace += PlPlotUtil::LINE_SPACE_TITLE * legendCharSizePanel.second; |
340 | 340 | double legendOffset = topSpace - 0.5 * legendCharSizePanel.second; |
341 | - if (!_panel->getTitle()->_text.empty() && (_panel->_titlePosition == PlotCommon::Position::POS_TOP)) | |
342 | - legendOffset += titleHeight; | |
343 | 341 | pAxis->setLegendOffset(legendOffset); |
344 | 342 | topSpace += (nbLegendRows + PlPlotUtil::LINE_SPACE_TITLE * (nbLegendRows + 1)) * legendCharSizePanel.second; |
345 | 343 | } | ... | ... |
test/plots_ref/centos-7/ThirdPart/ReLease3/SprinT4/UserStory16/plot_16_04_REF.png
test/plots_ref/centos-7/ThirdPart/ReLease3/SprinT4/UserStory16/plot_16_05_REF.png
test/plots_ref/centos-7/ThirdPart/ReLease3/SprinT4/UserStory16/plot_16_06_REF.png
test/plots_ref/centos-7/ThirdPart/ReLease3/SprinT4/UserStory16/plot_16_07_REF.png
test/plots_ref/centos-7/ThirdPart/ReLease3/SprinT4/UserStory16/plot_16_12_REF.png
test/plots_ref/centos-7/ThirdPart/ReLease3/SprinT4/UserStory16/plot_16_13_REF.png
test/plots_ref/centos-7/ThirdPart/ReLease3/SprinT4/UserStory16/plot_16_14_REF.png
test/plots_ref/centos-7/ThirdPart/ReLease3/SprinT4/UserStory16/plot_16_15_REF.png