Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove hard-coded streamplot zorder kwarg #7188

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
Sep 28, 2016

Conversation

bcongdon
Copy link
Contributor

streamplot still has a hard coded default zorder of 2. The default kwarg value should be None, and use Lines2D.zorder as the default for the plot.

Addresses #7178 (comment)

@tacaswell tacaswell added this to the 2.0.1 (next bug fix release) milestone Sep 27, 2016
if not self._hold:
self.cla()
if zorder is None:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be moved to the streamplot module, to have the function streamplot from there coherent with this one.
The documentation should also be updated.

@NelleV NelleV changed the title Remove hard-coded streamplot zorder kwarg [MRG+1] Remove hard-coded streamplot zorder kwarg Sep 28, 2016
@tacaswell tacaswell merged commit a63463f into matplotlib:master Sep 28, 2016
tacaswell added a commit that referenced this pull request Sep 28, 2016
MNT: Remove hard-coded streamplot zorder kwarg
@tacaswell
Copy link
Member

backported to v2.x as a4ea922

@QuLogic QuLogic changed the title [MRG+1] Remove hard-coded streamplot zorder kwarg Remove hard-coded streamplot zorder kwarg Oct 15, 2016
@QuLogic QuLogic modified the milestones: 2.0.1 (next bug fix release), 2.0 (style change major release) Dec 7, 2016
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.

5 participants