Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bbeee73

Browse filesBrowse files
aflanders7jeremiedbb
authored andcommitted
DOC Remove warning from plot svm margin example (scikit-learn#29187)
1 parent 7111337 commit bbeee73
Copy full SHA for bbeee73

File tree

1 file changed

+0
-1
lines changed
Filter options

1 file changed

+0
-1
lines changed

‎examples/svm/plot_svm_margin.py

Copy file name to clipboardExpand all lines: examples/svm/plot_svm_margin.py
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.