Skip to content

Commit c52c626

Browse files
aflanders7jeremiedbb
authored andcommitted
DOC Remove warning from plot svm margin example (#29187)
1 parent 6b21858 commit c52c626

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/svm/plot_svm_margin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
facecolors="none",
6464
zorder=10,
6565
edgecolors="k",
66-
cmap=plt.get_cmap("RdBu"),
6766
)
6867
plt.scatter(
6968
X[:, 0], X[:, 1], c=Y, zorder=10, cmap=plt.get_cmap("RdBu"), edgecolors="k"

0 commit comments

Comments
 (0)