webviz-plotly

Equinor visualizations for plotly.


License
LGPL-3.0
Install
pip install webviz-plotly==0.0.1

Documentation

Webviz Core

Equinor toolbox for working with plotly visualizations. This project contains two packages

* webviz_plotly
* webviz_components

webviz_plotly

Specialized plotly visualizations for working with reservior modelling.

webviz_components

Dash components, some utilities for easily building dashboards and visualizations not made using plotly.

Build and Install

pushd webviz_components && npm install && npm run build:all && pip install . ; popd
pushd webviz_plotly && pip install . ; popd

Usage

See plotly reference documentation and the examples/ folder.