Skip to content

Commit

Permalink
Improve Plotly theming (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv authored Jun 24, 2021
1 parent 9559f37 commit 42d7c28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions webviz_config_equinor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"layout": {
"font": {"family": "Equinor"},
"hoverlabel": {"font": {"family": "Equinor"}},
"paper_bgcolor": "rgba(0,0,0,0)",
"plot_bgcolor": "rgba(0,0,0,0)",
"plot_bgcolor": "white",
"colorscale": {
"diverging": [
[0, "rgb(255, 18, 67)"],
Expand Down Expand Up @@ -77,8 +76,5 @@
"#D5EAF4",
"#FF88A1",
],
"xaxis": {"exponentformat": "SI"},
"yaxis": {"exponentformat": "SI"},
"coloraxis": {"colorbar": {"exponentformat": "SI"}},
}
}

0 comments on commit 42d7c28

Please sign in to comment.