Skip to content

Commit 0f1dfcf

Browse files
committed
move legend for plot wer
1 parent a7347f8 commit 0f1dfcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ssak/utils/wer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,9 @@ def func_ylabel(title, *args, **kwargs):
782782
plt.legend(
783783
fontsize=label_size,
784784
ncols=2,
785-
loc="best",
785+
# loc="best",
786+
loc='upper left',
787+
bbox_to_anchor=(1, 1)
786788
)
787789
if show_axisnames:
788790
use_percent = scale == 100

0 commit comments

Comments
 (0)