axes.color_cycle is deprecated

It comes from an offical "UserWarning": axes.color_cycle is deprecated and replaced with axes.prop_cycle; please use the latter
This commit is contained in:
Zhang Chen 2016-09-13 00:01:24 +08:00 committed by Eivind Fonn
parent 704e103394
commit eec4f00147
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ axes.facecolor : 383838 # axes background color
axes.edgecolor : bcbcbc # axes edge color
axes.grid : True # display grid or not
axes.labelcolor : dcdccc
axes.color_cycle : 8cd0d3, 7f9f7f, cc9393, 93e0e3, dc8cc3, f0dfaf, dcdccc
axes.prop_cycle : 8cd0d3, 7f9f7f, cc9393, 93e0e3, dc8cc3, f0dfaf, dcdccc
# (system default) blue, green, red, cyan, magenta, yellow, black
xtick.color : dcdccc # color of the tick labels
@ -24,4 +24,4 @@ figure.edgecolor : 383838 # figure edgecolor
# See also:
# * Sane color scheme for Matplotlib
# http://www.huyng.com/posts/sane-color-scheme-for-matplotlib/
# http://www.huyng.com/posts/sane-color-scheme-for-matplotlib/