Skip to content

Commit

Permalink
removing height from layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Øyvind Lind-Johansen committed Nov 25, 2021
1 parent a891d94 commit 485f48e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def __init__(
(self.pressure_range[1] + self.xaxis_extension),
],
},
"height": 800,
"legend": {"orientation": "h"},
"margin": {"t": 50},
"hovermode": "closest",
Expand Down
1 change: 0 additions & 1 deletion webviz_subsurface/plugins/_rft_plotter/_map_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def layout(self) -> Dict[str, Any]:
return {
"hovermode": "closest",
"legend": {"itemsizing": "constant", "orientation": "h"},
"height": 800,
"colorway": ["red", "blue"],
"margin": {"t": 50, "l": 0, "r": 0},
"xaxis": {"constrain": "domain", "showgrid": False},
Expand Down

0 comments on commit 485f48e

Please sign in to comment.