Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
geographic directions added as alternative locations in legend#16820
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
added matlab-like geographic directions as an alternative location string
fixed duplicate southwest location
This is being discussed in#12679. |
ChrisOKay commentedMar 18, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thanks@anntzer for the link. 1.5 years of discussion, I thought it would be a simple added redundancy :) |
Yes,#12679 tries to do a bit more. It tries to make the make all of those location arguments consistent among the various artists that take them in, but then it turned out that it would involve a breaking change for one return type. |
I'll definetly look into it, but since I am quite new to this topic I guess I will have a hard time figuring out all the dependencies. If I see a solution, I will give it a try. |
Having a matlab background, I thought it might be a good idea to have similar legend locations, i.e. geographic directions such as "northwest", etc.
This eases cross-development work in a matlab to python transition.