Skip to content

Commit 7a1730c

Browse files
committed
Tweak spacing for legend
1 parent 5808ac9 commit 7a1730c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/plot_figures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
# fig_ex = plt.figure(figsize=(12, 3.7))
188188
fig_ex = plt.figure(figsize=(fig_width, fig_width/3)) # *3.7/12
189189
gs = plt.GridSpec(nrows=1, ncols=3, hspace=0.3, wspace=0.25,
190-
left=0.08, right=0.95, bottom=0.20, top=0.85)
190+
left=0.08, right=0.95, bottom=0.20, top=0.8)
191191

192192
# sns.set_style("ticks")
193193
with sns.axes_style("ticks"):

0 commit comments

Comments
 (0)