We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d28349 + 891b841 commit 2bbec7bCopy full SHA for 2bbec7b
examples/decomposition/plot_ica_vs_pca.py
@@ -61,7 +61,7 @@
61
# Plot results
62
63
def plot_samples(S, axis_list=None):
64
- plt.scatter(S[:, 0], S[:, 1], s=2, marker='o', linewidths=0, zorder=10,
+ plt.scatter(S[:, 0], S[:, 1], s=2, marker='o', zorder=10,
65
color='steelblue', alpha=0.5)
66
if axis_list is not None:
67
colors = ['orange', 'red']
0 commit comments