Skip to content

Commit bd0c541

Browse files
committed
update fit results legend
1 parent f0474b9 commit bd0c541

5 files changed

Lines changed: 4 additions & 2 deletions

File tree

results/01_estimate/HH_results.pdf

7 Bytes
Binary file not shown.

results/01_estimate/HH_results.png

-44 Bytes
Loading

results/01_estimate/LW_results.pdf

-7 Bytes
Binary file not shown.

results/01_estimate/LW_results.png

18 Bytes
Loading

src/03_postpro_results.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
plt.rcParams.update({"font.size": 16, "pdf.fonttype": 42, "ps.fonttype": 42})
1313

1414
# file extension of the saved plots
15-
file_ext = ".png"
15+
file_ext = ".pdf"
1616

1717
# paths
1818
here = os.path.abspath(os.path.dirname(__file__))
@@ -130,7 +130,9 @@ def plot(site, root=None):
130130
loc="lower center",
131131
ncol=6,
132132
bbox_to_anchor=(0.5, 0),
133-
handlelength=1
133+
handlelength=1,
134+
columnspacing=1,
135+
handletextpad=0.5,
134136
)
135137
fig.tight_layout()
136138
fig.subplots_adjust(wspace=0.1, bottom=0.3)

0 commit comments

Comments
 (0)