We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a9c35 commit 272e5b5Copy full SHA for 272e5b5
1 file changed
scripts/error_plot.py
@@ -11,7 +11,7 @@
11
12
plt.rcParams["pdf.fonttype"] = 42
13
plt.rcParams["ps.fonttype"] = 42
14
-FONT_SIZE = 20
+FONT_SIZE = 24
15
16
# CMAP = pokepalette.get_colormap("lapras")
17
CMAP = pokepalette.get_colormap("gengar")
@@ -152,9 +152,9 @@ def plot_error_categories_pie_charts(df: pd.DataFrame):
152
legend_elements,
153
legend_labels_filtered,
154
loc="center",
155
- bbox_to_anchor=(0.5, 0.02),
+ bbox_to_anchor=(0.5, 0.0),
156
ncol=min(4, len(legend_labels_filtered)),
157
- fontsize=16,
+ fontsize=FONT_SIZE,
158
)
159
160
return fig
0 commit comments