Make chart smaller

This commit is contained in:
Andras Schmelczer 2022-08-07 14:13:24 +02:00
parent e717234f66
commit 3b0dd85670
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -46,7 +46,7 @@ def evaluate_ranking(
assert 0 <= target_recall <= 1
if plot and axes is None:
fig = plt.figure(figsize=(20, 20))
fig = plt.figure(figsize=(10, 10))
fig.patch.set_facecolor("white")
ax = plt.axes()
else: