Improve aspect ratio
This commit is contained in:
parent
c26104532b
commit
10b41aadac
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ def evaluate_ranking(
|
||||||
assert 0 <= target_recall <= 1
|
assert 0 <= target_recall <= 1
|
||||||
|
|
||||||
if plot and axes is None:
|
if plot and axes is None:
|
||||||
fig = plt.figure(figsize=(20, 10))
|
fig = plt.figure(figsize=(20, 20))
|
||||||
fig.patch.set_facecolor("white")
|
fig.patch.set_facecolor("white")
|
||||||
ax = plt.axes()
|
ax = plt.axes()
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue