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 150ed25 + d00485a commit f06ad39Copy full SHA for f06ad39
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