Skip to content

Fix errorbar zorder v1.2 #1628

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 5 commits into from
Jan 2, 2013

Conversation

tacaswell
Copy link
Member

fix for issue #1622 + unit test.

@tacaswell
Copy link
Member Author

The 3.1 build failed with errors that look like Travis didn't actually use 3.1 to run the tests.

@ghost ghost assigned dmcdougall Dec 31, 2012
@dmcdougall
Copy link
Member

@tacaswell Thanks for the patch. I'll leave this up for a day or so to allow the opinions of others to roll in before merging.

@WeatherGod
Copy link
Member

A related issue: #409

@dmcdougall
Copy link
Member

@WeatherGod Does this patch fix that issue for you?

@WeatherGod
Copy link
Member

I have yet to check, I was merely noting it for posterity. I have a huge backlog of emails to work through today...

Do not need to explicitly call set_zorder because it gets done
in the call to coll.update.
@mdboom
Copy link
Member

mdboom commented Jan 2, 2013

+1

ax.axhline(1,color='red',lw=10,zorder=1)
ax.axhline(5,color='green',lw=10,zorder=10)
ax.axvline(7,color='m',lw=10,zorder=7)
ax.axvline(2,color='k',lw=10,zorder=3)
Copy link
Member

Choose a reason for hiding this comment

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

PEP8: A space is needed after each comma in the above calls to ax[vh]line.

Copy link
Member

Choose a reason for hiding this comment

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

And the call to plot.

@dmcdougall
Copy link
Member

Once those nitpicks are addressed I'll merge this. Thanks @tacaswell.

dmcdougall added a commit that referenced this pull request Jan 2, 2013
@dmcdougall dmcdougall merged commit 894742b into matplotlib:v1.2.x Jan 2, 2013
@tacaswell tacaswell deleted the fix_errorbar_zorder_v1.2 branch January 2, 2013 19:41
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.

4 participants