Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
improvements to qt edit widget#4411
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
If there are lines on the Axes, but they are all labeled'_nolegend_', treat as if there are no lines on the Axes.Closesmatplotlib#4323
This should probably be back-ported |
Convert all line colors to hex before passing into the form layout.Closesmatplotlib#4410
I feel like one should rather fix |
The color stuff is a bit excessive, but the reason it is the way it is is that Same with
@anntzer If you would like to propose more invasive changes PRs are always welcome, but I think that these changes fix the problem in a relatively clean way. Roughly related to#4304 which also involves this widget and colors. |
If there are lines on the Axes, but they are all labeled
'nolegend', treat as if there are no lines on the Axes.
Closes#4323
Convert all colors to hex before passing to the form layout
Closes#4410