Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0366da + fbc67f3 commit 2dcd7fbCopy full SHA for 2dcd7fb
1 file changed
doc/users/whats_new.rst
@@ -161,7 +161,14 @@ New style colorblind-friendly color cycle
161
162
A new style defining a color cycle has been added,
163
tableau-colorblind10, to provide another option for
164
-colorblind-friendly plots.
+colorblind-friendly plots. A demonstration of this new
165
+style can be found in the reference_ of style sheets. To
166
+load this color cycle in place of the default one::
167
+
168
+ import matplotlib.pyplot as plt
169
+ plt.style.use('tableau-colorblind10')
170
171
+.. _reference: https://matplotlib.org/gallery/style_sheets/style_sheets_reference.html
172
173
174
Support for numpy.datetime64
0 commit comments