Skip to content

Commit 448bb45

Browse files
committed
more figure updates
1 parent 56d0bf1 commit 448bb45

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

generate_figures.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def main():
117117

118118
# Create a figure with 2 subplots (one for each species)
119119
fig, axes = plt.subplots(
120-
2, 3, figsize=(20, 6)
120+
2, 3, figsize=(17, 12)
121121
) # Create a 2x3 grid of subplots
122122
axes = axes.flatten()
123123
colors = ["red", "green", "blue", "orange", "purple"]
@@ -152,7 +152,7 @@ def main():
152152
plt.show()
153153

154154
fig, axes = plt.subplots(
155-
2, 3, figsize=(20, 6)
155+
2, 3, figsize=(17, 12)
156156
) # Create a 2x3 grid of subplots
157157
axes = axes.flatten()
158158
colors = ["red", "green", "blue", "orange", "purple"]
@@ -283,7 +283,7 @@ def main():
283283
ax.set_xlabel("Recall")
284284
ax.set_ylabel("Precision")
285285
ax.set_title(f"{subplot_titles[idx]}")
286-
ax.legend(loc="lower right")
286+
ax.legend(loc="lower left")
287287

288288
# Adjust layout and show the plot
289289
fig.suptitle(
42.1 KB
Loading
37.5 KB
Loading
55.7 KB
Loading
57.2 KB
Loading

results/images/rw_pr.png

456 Bytes
Loading

0 commit comments

Comments
 (0)