Discussion:
[Matplotlib-users] Good line plot color cycle for colorblind readers?
Nathan Goldbaum
2015-05-15 21:41:00 UTC
Permalink
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
includes a number of plots that include multiple line plots in the same
axes, and it would be nice if I'm not alienating a significant fraction of
my readers with a poor color choice.

Thanks very much for your help!

-Nathan
Thomas Caswell
2015-05-15 21:50:03 UTC
Permalink
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/pull/3279 but I am not sure of
it's state.

Tom
Post by 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
includes a number of plots that include multiple line plots in the same
axes, and it would be nice if I'm not alienating a significant fraction of
my readers with a poor color choice.
Thanks very much for your help!
-Nathan
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Matplotlib-users mailing list
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Eric Firing
2015-05-15 21:59:26 UTC
Permalink
Post by 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 includes a number of plots that include multiple line plots in the
same axes, and it would be nice if I'm not alienating a significant
fraction of my readers with a poor color choice.
You might want to cycle line types and/or thicknesses along with colors.
You could also check out the seaborn line color palettes.

http://stanford.edu/~mwaskom/software/seaborn/

Eric
Post by Nathan Goldbaum
Thanks very much for your help!
-Nathan
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Matplotlib-users mailing list
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Benjamin Root
2015-05-15 22:07:07 UTC
Permalink
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
Post by Eric Firing
Post by 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 includes a number of plots that include multiple line plots in the
same axes, and it would be nice if I'm not alienating a significant
fraction of my readers with a poor color choice.
You might want to cycle line types and/or thicknesses along with colors.
You could also check out the seaborn line color palettes.
http://stanford.edu/~mwaskom/software/seaborn/
Eric
Post by Nathan Goldbaum
Thanks very much for your help!
-Nathan
------------------------------------------------------------------------------
Post by Nathan Goldbaum
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Matplotlib-users mailing list
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Matplotlib-users mailing list
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Loading...