equinor / equinor/ert

Display history data from more than one case in the QT plotter

Open
#3,346 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature qt
Dominant language
Python
Stars
161
Forks
141
Avg merge
2d 4h
Merged PRs (30d)
138

Description

Today we display history data from only one case if multiple cases are selected in the QT plotter

/main/ert_gui/tools/plot/plot_window.py

                case = plot_context.cases()[0] if plot_context.cases() else None
                plot_context.history_data = self._api.history_data(key, case)

It might add value to the user to display the history data for all the cases selected (if the history data is different)

snapshot2_1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in /main/ert_gui/tools/plot/plot_window.py at the history_data assignment and trace how plot_context.cases() and history_data are consumed by the QT plotter. Define how histories from multiple selected cases should appear, especially when they differ, and verify the plotter handles that result for all selected cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-visualization, desktop
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.