Skip to content

Commit

Permalink
Force fit argument of scatter to use a fixed seed (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Jan 7, 2022
1 parent 76af1d9 commit 936003f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions audplot/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ def scatter(
line_kws={'color': 'r'},
order=order,
ax=ax,
seed=0,
)
ax.set_xlabel('Truth')
ax.set_ylabel('Prediction')
Expand Down

0 comments on commit 936003f

Please sign in to comment.