Skip to content

Commit

Permalink
fix(ex-gwe-prt): fix figsize for embedding in pdf doc (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored May 23, 2024
1 parent e2602d7 commit 5f506cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ex-gwe-prt.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def plot_results(gwf_sim, gwe_sim, prt_sim, silent=True):
fig, axes = plt.subplots(
3,
1,
figsize=(7, 9),
figsize=(6, 7),
tight_layout=True,
gridspec_kw={"height_ratios": [3, 1, 1]},
)
Expand Down

0 comments on commit 5f506cc

Please sign in to comment.