From d00485aeb6914aca797f93f813a500335e80059e Mon Sep 17 00:00:00 2001 From: "Adrien F. Vincent" Date: Wed, 14 Feb 2018 19:40:48 -0800 Subject: [PATCH] detail a bit more about tableau-colorblind10 --- doc/users/whats_new.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/users/whats_new.rst b/doc/users/whats_new.rst index 2198416bca27..648daabc7c5b 100644 --- a/doc/users/whats_new.rst +++ b/doc/users/whats_new.rst @@ -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