10000 added explicit 'zorder' kwarg to `Colection` and `LineCollection`. by tacaswell · Pull Request #1654 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

added explicit 'zorder' kwarg to Colection and LineCollection. #1654

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 2 commits into from
Jan 14, 2013
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
documentation tweak
  • Loading branch information
Thomas A Caswell committed Jan 14, 2013
commit bd097a7c08da7dc88d3aa51c5a2a54bb303b260c
2 changes: 1 addition & 1 deletion lib/matplotlib/collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ def __init__(self, segments, # Can be None.
The default is 5 pt.

*zorder*
2 the zorder of the LineCollection
The zorder of the LineCollection. Default is 2

The use of :class:`~matplotlib.cm.ScalarMappable` is optional.
If the :class:`~matplotlib.cm.ScalarMappable` array
Expand Down
0