-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toggling history trace in legend only works on first vector in ReservoirSimulationTimeSeries #458
Comments
I'd like to work on this issue. |
Sorry @robpoll, as I had already identified the issue, and it was only one line to do it, I had already made the fix. But there are many other issues in the list 😉 😄 |
Alright @asnyv. This project got my interest, so I'd like to contribute somehow. I'm new to this open source contributing, so something simple would be great for the beginning. What do you reckon? |
Not sure how familiar you are with subsurface simulation data @robpoll? If you are not, maybe it is a good idea to start in the more generic library webviz-config? |
Unfortunately, I'm not familiar with that @asnyv. I'll have a look on issues in webviz-config, but I think without some guidance I wouldn't be able to really contribute and I'll have to look elsewhere. |
@robpoll Best place to start is probably to filter on "good first issues" in |
Alright, I'll have a look on that one. Thank you @asnyv. Will do so! |
After following the steps in readme.md, after running the command webviz it
says:
zsh: command not found: webviz
…On Wed, Sep 30, 2020 at 3:14 PM Asgeir Nyvoll ***@***.***> wrote:
@robpoll <https://github.com/robpoll> Best place to start is probably to
filter on "good first issues" in webviz-config
<https://github.com/equinor/webviz-config/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22>
.
They are a bit varied, several of them are focused on the framework
itself, but if you prefer to work more towards the plugin side (similar to
webviz-subsurface, which is mainly a collection of plugins for
webviz-config), you can look at e.g. this: equinor/webviz-config#297
<equinor/webviz-config#297>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#458 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI5WXIMEV6IB5Y6HHBD4HYLSIMVKTANCNFSM4R6XPE3A>
.
|
@robpoll could you say exactly which steps you have made? |
git clone [email protected]:equinor/webviz-config.git cd ./webviz-config npm ci --ignore-scripts && npm run postinstall pip install -e . Instead of pip I used pip3. |
@robpoll Could you try "pip freeze" (or in your case "pip3 freeze") to see if webviz-config is in your list of installed packages? |
I would also try rehashing your terminal window (or simply opening a new terminal with the Python environment you installed it in activated). This could typically happen in general in already open terminal windows when what is available on your |
Well, I have here webviz-core-components==0.1.0
|
That is expected (when you install from unreleased source code, and not |
Thanks @anders-kiaer @asnyv, I have created another venv and installed once again. Now it works! |
Describe the bug
Toggling the "History" in the legend only removes the "History" trace from the first vector if multiple vectors are plotted.
How to reproduce
Steps to reproduce the behavior:
Expected behavior
History trace should disappear in all subplots
Screenshots
Not toggled in legend, all visible (as it is supposed to be):
Toggled, still two history traces visible:
Additional context
Can most likely be fixed by adding a constant
legendgroup
toadd_history_trace
webviz-subsurface/webviz_subsurface/plugins/_reservoir_simulation_timeseries.py
Lines 1099 to 1108 in 5503310
The text was updated successfully, but these errors were encountered: