Skip to content
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

Change streamplot default zorder to 2. #5567

Merged
merged 1 commit into from Nov 30, 2015

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Nov 26, 2015

Way back before streamplot gained the zorder kwarg, it used the LineCollection's default zorder, which was 2, but when the kwarg was added, it defaulted to 1. So switch streamplot zorder from 1 back to 2 for consistency.

Fixes #5369.

Way back before streamplot gained the zorder kwarg, it used the
LineCollection's default zorder, which was 2, but when the kwarg was
added, it defaulted to 1. So switch streamplot zorder from 1 back to 2
for consistency.
@QuLogic QuLogic added this to the next major release (2.0) milestone Nov 26, 2015
@tacaswell
Copy link
Member

attn @mdboom not sure if this came up in your zero tolerance crusade.

tacaswell added a commit that referenced this pull request Nov 30, 2015
FIX/API: Change streamplot default zorder to 2.
@tacaswell tacaswell merged commit cc0c5d6 into matplotlib:v2.0.x Nov 30, 2015
@mdboom
Copy link
Member

mdboom commented Nov 30, 2015

I didn't come across this in the zero tolerance testing. Is it possible to write a test for this?

@QuLogic QuLogic deleted the streamplot-zorder branch December 3, 2015 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants