Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tacaswell merged 2 commits intomatplotlib:masterfrombcongdon:streamplot-zorder
Sep 28, 2016

Conversation

bcongdon
Copy link
Contributor

streamplot still has a hard coded defaultzorder of2. The default kwarg value should beNone, and useLines2D.zorder as the default for the plot.

Addresses#7178 (comment)

@tacaswelltacaswell added this to the2.0.1 (next bug fix release) milestoneSep 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.

bcongdon reacted with thumbs up emoji
@NelleVNelleV changed the titleRemove hard-coded streamplot zorder kwarg[MRG+1] Remove hard-coded streamplot zorder kwargSep 28, 2016
@tacaswelltacaswell merged commita63463f intomatplotlib:masterSep 28, 2016
tacaswell added a commit that referenced this pull requestSep 28, 2016
MNT: Remove hard-coded streamplot zorder kwarg
@tacaswell
Copy link
Member

backported to v2.x asa4ea922

@QuLogicQuLogic changed the title[MRG+1] Remove hard-coded streamplot zorder kwargRemove hard-coded streamplot zorder kwargOct 15, 2016
@QuLogicQuLogic modified the milestones:2.0.1 (next bug fix release),2.0 (style change major release)Dec 7, 2016
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@NelleVNelleVNelleV approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
v2.0.0
Development

Successfully merging this pull request may close these issues.

5 participants
@bcongdon@tacaswell@NelleV@mdboom@QuLogic

[8]ページ先頭

©2009-2025 Movatter.jp