Skip to content

Commit 288561a

Browse files
committed
Fixed small typo in streamplot.py which caused travis to fail
1 parent f1bc4df commit 288561a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/streamplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def streamplot(axes, x, y, u, v, density=1, linewidth=None, color=None,
8080
transform = axes.transData
8181

8282
if color is None:
83-
color = axes._get_lines.get_next_color()
83+
color = axes._get_lines.cycle.get_next_color()
8484

8585
if linewidth is None:
8686
linewidth = matplotlib.rcParams['lines.linewidth']

0 commit comments

Comments
 (0)