Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 9c51448 commit b77effeCopy full SHA for b77effe
1 file changed
lib/matplotlib/streamplot.py
@@ -55,7 +55,7 @@ def streamplot(axes, x, y, u, v, density=1, linewidth=None, color=None,
55
dmap = DomainMap(grid, mask)
56
57
if color is None:
58
- color = matplotlib.rcParams['lines.color']
+ color = axes._get_lines.color_cycle.next()
59
60
if linewidth is None:
61
linewidth = matplotlib.rcParams['lines.linewidth']
0 commit comments