Skip to content

Commit

Permalink
Tweak spacing for legend
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevans committed Sep 16, 2021
1 parent 5808ac9 commit 7a1730c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/plot_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
# fig_ex = plt.figure(figsize=(12, 3.7))
fig_ex = plt.figure(figsize=(fig_width, fig_width/3)) # *3.7/12
gs = plt.GridSpec(nrows=1, ncols=3, hspace=0.3, wspace=0.25,
left=0.08, right=0.95, bottom=0.20, top=0.85)
left=0.08, right=0.95, bottom=0.20, top=0.8)

# sns.set_style("ticks")
with sns.axes_style("ticks"):
Expand Down

0 comments on commit 7a1730c

Please sign in to comment.