-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
seaborn.tsplot and matplotlib's "Curve lines and axes parameters" editor #4323
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
Does the tick mark work on qt5 with an empty plot? |
Yes. |
After some investigation it seems that seaborn is using
Any reason why you can't use |
This is a bug in the edit widget, 'nolabel' is the documented way to On Wed, May 6, 2015, 03:18 Antony Lee notifications@github.com wrote:
|
If there are lines on the Axes, but they are all labeled '_nolegend_', treat as if there are no lines on the Axes. Closes matplotlib#4323
"Documented" is a bit a strong word for this, neither the legend guide nor the legend API mention this (confirmed by grepping the sources). |
fair enough @anntzer Can you add it to one or the other (or both)? |
If I get it correctly anything starting with an underscore is invisible and that's why line names default to "_lineXXX"? Am I missing anything else? |
I believe so. @pelson was the last person to touch the legend stuff in any great detail. |
A quick glance doesn't show any good place to add this, except perhaps to the docstring of |
Currently, trying to edit curve lines and axes parameters (the checkbox with a green tick on the matplotlib toolbar) for a
seaborn.tsplot
fails with the following traceback:It is not clear to me whether the issue is on matplotlib's side or on seaborn's side, so this is crossposted as mwaskom/seaborn#508.
The text was updated successfully, but these errors were encountered: