Skip to content

Commit

Permalink
adjusted left margin of the map
Browse files Browse the repository at this point in the history
  • Loading branch information
Øyvind Lind-Johansen committed Nov 25, 2021
1 parent f28c11c commit 0e46954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webviz_subsurface/plugins/_rft_plotter/_map_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def layout(self) -> Dict[str, Any]:
"hovermode": "closest",
"legend": {"itemsizing": "constant", "orientation": "h"},
"colorway": ["red", "blue"],
"margin": {"t": 50, "l": 0, "r": 0},
"margin": {"t": 50, "l": 50},
"xaxis": {"constrain": "domain", "showgrid": False},
"yaxis": {"scaleanchor": "x", "showgrid": False},
}

0 comments on commit 0e46954

Please sign in to comment.