Skip to content

Commit

Permalink
MNT Fix documentation build due to failure in plot_ica_vs_pca (#17629)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfaro96 authored and glemaitre committed Aug 4, 2020
1 parent 947f542 commit 0186bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/decomposition/plot_ica_vs_pca.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def plot_samples(S, axis_list=None):
x_axis, y_axis = axis
# Trick to get legend to work
plt.plot(0.1 * x_axis, 0.1 * y_axis, linewidth=2, color=color)
plt.quiver(0, 0, x_axis, y_axis, zorder=11, width=0.01, scale=6,
color=color)
plt.quiver((0, 0), (0, 0), x_axis, y_axis, zorder=11, width=0.01,
scale=6, color=color)

plt.hlines(0, -3, 3)
plt.vlines(0, -3, 3)
Expand Down

0 comments on commit 0186bf3

Please sign in to comment.