Skip to content

DOC: Expending a bit about the "tableau-colorblind10" entry in What's new #10473

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

Merged
merged 1 commit into from
Feb 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion doc/users/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,14 @@ New style colorblind-friendly color cycle

A new style defining a color cycle has been added,
tableau-colorblind10, to provide another option for
colorblind-friendly plots.
colorblind-friendly plots. A demonstration of this new
style can be found in the reference_ of style sheets. To
load this color cycle in place of the default one::

import matplotlib.pyplot as plt
plt.style.use('tableau-colorblind10')

.. _reference: https://matplotlib.org/gallery/style_sheets/style_sheets_reference.html


Support for numpy.datetime64
Expand Down