8000 Add `norm` parameter to `streamplot`. by tonysyu · Pull Request #849 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Add norm parameter to streamplot. #849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 30, 2012
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix: forgot autodoc tag
  • Loading branch information
tonysyu committed Apr 22, 2012
commit 0332aa4dee42cec8cc2ceee9b687334ca3b7b57d
2 changes: 1 addition & 1 deletion lib/matplotlib/streamplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def streamplot(axes, x, y, u, v, density=1, linewidth=None, color=None,

Returns
-------
*streamlines* : `~matplotlib.collections.LineCollection`
*streamlines* : :class:`~matplotlib.collections.LineCollection`
Line collection with all streamlines as a series of line segments.
Currently, there is no way to differentiate between line segments
on different streamlines (other than manually checking that segments
Expand Down
0