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
includ
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
https://github.com/matplotlib/matplotlib/pu
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 colo
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 wrote:
> On 2015/05/15 11:41 AM, Nathan Goldbaum wrote