Skip to content

Commit

Permalink
resized figure (making it larger).
Browse files Browse the repository at this point in the history
  • Loading branch information
simonleandergrimm committed Nov 17, 2023
1 parent 944f226 commit 28c2183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions figures/composite_fig_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def plot_incidence(
legend_handle.set_edgecolor(legend_handle.get_facecolor())

ax_title = ax.set_title("a", fontweight="bold")
ax_title.set_position((-0.16, 0))
ax_title.set_position((-0.22, 0))
return ax


Expand Down Expand Up @@ -250,7 +250,7 @@ def plot_prevalence(
legend_handle.set_edgecolor(legend_handle.get_facecolor())

ax_title = ax.set_title("b", fontweight="bold")
ax_title.set_position((-0.16, 0))
ax_title.set_position((-0.22, 0))

return ax

Expand Down

0 comments on commit 28c2183

Please sign in to comment.