-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
anchored_artists don't support zorder argument #7650
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
one can however directly set the zorder on the at element:
|
Without looking at the code, I expect this to be a matter of tracing through where the kwargs in AnchoredText get processed and ensure that zorder is properly handled. |
@RafiKueng Would you be interested in taking a crack at sorting this out? |
I can have a try once my deadline is over ;)
…On 20/12/16 21:20, Thomas A Caswell wrote:
@RafiKueng <https://github.com/RafiKueng> Would you be interested in
taking a crack at sorting this out?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7650 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA5N-gLl3lQs4DmN3itJ5yw-gbpWTyqTks5rKDidgaJpZM4LSJXy>.
|
note to myself: |
I believe that #7344 is related? |
yes, looks like #7344 is related. Can anyone help me out: what's the reason for having |
There should be some cleaning up, but it needs to be done carefully so that we do not break user code without warning. |
|
Is this problem Solved? |
@AhmadSenousi In general, issues are closed when they are solved. If that this was missed, you can easily run the minimal example above to see that this is not yet solved. |
AnchoredText and other items from
mpl_toolkits.axes_grid.anchored_artists
don't acceptzorder
.In the following example, the anchored text should be above the line:
pip install --update --user
The text was updated successfully, but these errors were encountered: