Make chart smaller
This commit is contained in:
parent
e717234f66
commit
3b0dd85670
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue