-
Notifications
You must be signed in to change notification settings - Fork 119
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
Outside legends #201
Outside legends #201
Conversation
@znicholls @rossursino here is an example where I added a new figure test |
thank you! |
1 similar comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @gidden for this improvement!
I'm wondering if there may be a more user-friendly way to use this feature than
line_plot(legend=plotting.OUTSIDE_LEGEND['right']
)...?
Maybe line_plot(legend='outside right')
following the example of https://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.legend?
Don't disagree, but matplotlib has lots of helpful messages about what
arguments are available, and while we could do something similar, it is a
much larger amount of work than I can put in for this PR.
…On Thu, Feb 28, 2019 at 6:43 AM Daniel Huppmann ***@***.***> wrote:
***@***.**** commented on this pull request.
thanks @gidden <https://github.com/gidden> for this improvement!
I'm wondering if there may be a more user-friendly way to use this feature
than
line_plot(legend=plotting.OUTSIDE_LEGEND['right'])...?
Maybe line_plot(legend='outside right') following the example of
https://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.legend?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#201 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABVAEYvV4BmnPrNWj_2A_KSGYLnInO5vks5vR2xkgaJpZM4bR1y2>
.
|
Please confirm that this PR has done the following:
Add tutorial and native support for legends outside of plots