Re: [Matplotlib-users] Good line plot color cycle for colorblind readers?

2015-05-15 Thread Thomas Caswell
See https://github.com/matplotlib/matplotlib/pull/2871 and the links there in. This colormap should be in 1.4.x as `'Wistia'`. http://matplotlib.org/users/colormaps.html has some references. There is an open PR to add a color-blind filter an any artist

Re: [Matplotlib-users] Good line plot color cycle for colorblind readers?

2015-05-15 Thread Benjamin Root
I am a huge fan of cycling line styles in conjunction with cycling colors in general. There is a cycler PR that achieves that goal fairly nicely: https://github.com/matplotlib/matplotlib/pull/4258 On Fri, May 15, 2015 at 5:59 PM, Eric Firing efir...@hawaii.edu wrote: On 2015/05/15 11:41 AM,

Re: [Matplotlib-users] Good line plot color cycle for colorblind readers?

2015-05-15 Thread Eric Firing
On 2015/05/15 11:41 AM, Nathan Goldbaum wrote: Hi all, This is a bit of a case of lazy mailing list, but I'm hoping there might be some experts here who can point me in the right direction. Does anyone know of a good resource to pull a color cycle for line plots that are good for

[Matplotlib-users] Good line plot color cycle for colorblind readers?

2015-05-15 Thread Nathan Goldbaum
Hi all, This is a bit of a case of lazy mailing list, but I'm hoping there might be some experts here who can point me in the right direction. Does anyone know of a good resource to pull a color cycle for line plots that are good for color-blind readers? I'm currently writing a paper that