Skip to content

Commit

Permalink
Make chart smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
schmelczer committed Aug 7, 2022
1 parent e717234 commit 3b0dd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion great_ai/utilities/evaluate_ranking/evaluate_ranking.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3b0dd85

Please sign in to comment.