Created
April 27, 2017 13:07
-
-
Save anonymous/80219c49cb674d01e6b5fab94e759f54 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- conf-unix -*- | |
text.color : dcdccc | |
patch.facecolor : 8cd0d3 # blue | |
patch.edgecolor : eeeeee | |
axes.facecolor : 383838 # axes background color | |
axes.edgecolor : bcbcbc # axes edge color | |
axes.grid : True # display grid or not | |
axes.labelcolor : dcdccc | |
axes.prop_cycle : cycler('color', ['8cd0d3', '7f9f7f', 'cc9393', '93e0e3', 'dc8cc3', 'f0dfaf', 'dcdccc']) | |
# (system default) blue, green, red, cyan, magenta, yellow, black | |
xtick.color : dcdccc # color of the tick labels | |
xtick.direction : in # direction: in or out | |
ytick.color : dcdccc # color of the tick labels | |
ytick.direction : in # direction: in or out | |
legend.fancybox : True # if True, use a rounded box for the | |
figure.facecolor : 3f3f3f # figure facecolor; 0.75 is scalar gray | |
figure.edgecolor : 383838 # figure edgecolor | |
# See also: | |
# * Sane color scheme for Matplotlib | |
# http://www.huyng.com/posts/sane-color-scheme-for-matplotlib/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment