EverestObjectiveFunctionPlot and EverestControlsPlot improvements#13283
Merged
eilskra merged 2 commits intoequinor:mainfrom Apr 10, 2026
Merged
EverestObjectiveFunctionPlot and EverestControlsPlot improvements#13283eilskra merged 2 commits intoequinor:mainfrom
eilskra merged 2 commits intoequinor:mainfrom
Conversation
de963ee to
e2d6f7e
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13283 +/- ##
==========================================
- Coverage 90.00% 89.95% -0.05%
==========================================
Files 457 457
Lines 31551 31596 +45
==========================================
+ Hits 28397 28422 +25
- Misses 3154 3174 +20
Flags with carried forward coverage won't be shown. Click here to find out more.
|
andreas-el
reviewed
Apr 10, 2026
e2d6f7e to
e1105b4
Compare
e1105b4 to
45e948d
Compare
berland
reviewed
Apr 10, 2026
berland
reviewed
Apr 10, 2026
src/ert/gui/tools/plot/plottery/plots/everest_objective_function_plot.py
Show resolved
Hide resolved
45e948d to
cc76f62
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
Resolves #13266
Resolves #13265
Approach
Added 4 different line-styles to the


EverestControlsPlot, usingPlotConfig.getNumberOfColors()to determine when to change line style. Set theLEGEND_THRESHOLDto 5 controls as pr the other plots.16 controls toggled, 4 different line styles. No legend
5 controls toggled, so legend is showing
Moved


nextColor()outside offor-loopfor single color(unless number of realizations < 5), but keeps potential future color-palette changes, inObjectiveFunctionPlotMore than 5 realizations
Less than 5 realizations, includes different colors and legend
git rebase -i main --exec 'just rapid-tests')When applicable