-
Notifications
You must be signed in to change notification settings - Fork 397
zorder failure with matplotlib 2.0.0 and current basemap master #333
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
Comments
I have isolated the problem to recent changes done with |
attn: @efiring
…On Wed, Jan 18, 2017 at 10:56 AM, daryl herzmann ***@***.***> wrote:
I have isolated the problem to recent changes done with ax._hold. I have
no experience with _hold, but will look further into it.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#333 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARy-EC7an23mpe44m8TaLfYnjOk7Yd4ks5rTjYkgaJpZM4Lm_xj>
.
|
akrherz
added a commit
to akrherz/basemap
that referenced
this issue
Jan 18, 2017
submitted PR with what appears to fix my issue, but I am not fully certain if this works with matplotlib < 2, sorry. |
closed by #334 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Previously, I was able to set a
zorder=3
on things likedrawstates()
and then later runcontourf()
with azorder=2
and the plot would appear correctly. For example:This code appears to work on matplotlib 1.5.3 and 2.0.0 with a master build from approximately 24 Oct 2016. As I try current basemap master build with matplotlib 2.0.0, it fails. Failing meaning that the contourf appears overtop the states. For example:
Thank you!
The text was updated successfully, but these errors were encountered: