Skip to content
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

Replace histogram plots with Plotly distplot #445

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

HansKallekleiv
Copy link
Collaborator

Insert a description of your pull request (PR) here, and check off the boxes below when they are done.


Contributor checklist

  • 🎉 This PR closes Different bin sizes and stacked histograms #430
  • 📜 I have broken down my PR into the following tasks:
    • Replace histogram in InplaceVolumes
    • Replace histograms in ReservoirSimulationTimeSeries
    • Replace histograms in ReservoirSimulationTimeSeriesRegional
  • 🤖 I have added tests, or extended existing tests, to cover any new features or bugs fixed in this PR.
  • 📖 I have considered adding a new entry in CHANGELOG.md, and added it if should be communicated there.

VincentNevermore pushed a commit to VincentNevermore/webviz-subsurface that referenced this pull request Jul 19, 2022
By removing the map spec state from the react component, the state will be
handled by Dash (in their redux store), so it makes it possible to get it on
the python side. In this way, there's no need to keep the state in python either.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Different bin sizes and stacked histograms
1 participant