-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Future style changes #14331
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
I would like to propose reverting the removal of the errorbar caps
…On Sun, May 26, 2019 at 11:08 AM Tim Hoffmann ***@***.***> wrote:
This is a collection to keep track of possibly relevant ideas, which we
should consider if we ever do a new style (likely not before 4.0).
- axhline, axvline should use the grid color by default #14222
(comment)
<#14222 (comment)>
- Color blind-friendly default color cycle #9460
<#9460>
- How to handle changes in styles? #13680
<#13680> (Update seaborn
style)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#14331?email_source=notifications&email_token=AACHF6GQRM6V5SYJDABOSXTPXKRWLA5CNFSM4HPW3QM2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GV4XPIA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACHF6DDSSFQ27LVAPEWWKLPXKRWLANCNFSM4HPW3QMQ>
.
|
Not sure if this is the right place for this but had a comment about I think I ended up here after spending a bunch of time trying to debug my code and eventually learning about a somewhat convoluted solution to my problem (which I'm still struggling to make work without diving too deeply into the internals of matplotlib). |
Axvline discussion is better had at #14222. Thanks. |
If I understand correctly, One closed issue discussing a similar topic was pointing to this issue as a place to collect feature requests on styles, but if there is a more appropriate issue, I'd be happy to copy the comment there. |
I agree, |
With 1 in 12 males colorblind, or about 4% of the user base impacted it is very important to do whatever is needed to move matplotlib to an accessible set of color cycles, styles, etc. For me the default color cycle for line plots is unusable. It isn't really enough to have them available because a large fraction of the population just is unaware of the amount of content that is impossible to read/use. Obviously I switch to other styles always. Marginal aesthetics cannot justify excluding 4+% of users, so I think this should be an essential change even if it has to wait to the 4.0 release as noted. The best research available should be used in picking the new defaults. https://colorbrewer2.org is a starting point. Of particular difficulty are color based contour/heat maps. It is extremely rare to find these rendered in a colorblind safe manner with the only parties doing so other colorblind persons in my 20+ years in science. |
Came here 'cause I'd really like some keywords for passing color and alpha into stem |
Uh oh!
There was an error while loading. Please reload this page.
This is a collection to keep track of possibly relevant ideas, which we should consider if we ever do a new style (likely not before 4.0).
axhline
,axvline
should use the grid color by default axhline/axvline don't use prop_cycle #14222 (comment)stem()
take part in the colorcycle [ENH]: consistent behaviour for stem #23127.The text was updated successfully, but these errors were encountered: