Skip to content

Commit 7344609

Browse files
authored
Add files via upload
1 parent 5eec507 commit 7344609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yaptool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def legend(ax: plt.Axes,
346346
if not hasattr(ax, 'plot'):
347347
raise ValueError("Pass a valid plot in parameter ax.")
348348

349-
leg = ax.legend(loc=loc, fontsize=fontsize, frameon=frame, **kwargs)
349+
ax.legend(loc=loc, fontsize=fontsize, frameon=frame, **kwargs)
350350

351351

352352
#############################

0 commit comments

Comments
 (0)