Improve aspect ratio

This commit is contained in:
Andras Schmelczer 2022-07-29 09:49:46 +02:00
parent c26104532b
commit 10b41aadac
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, 10))
fig = plt.figure(figsize=(20, 20))
fig.patch.set_facecolor("white")
ax = plt.axes()
else: