spacemacs/layers/+lang/ipython-notebook/matplotlibrc

28 lines
1 KiB
Plaintext
Raw Normal View History

# -*- 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/