/usr/share/matplotlib/mpl-data/stylelib/grayscale.mplstyle is in python-matplotlib-data 1.5.1-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # Set all colors to grayscale
# Note: strings of float values are interpreted by matplotlib as gray values.
lines.color: black
patch.facecolor: gray
patch.edgecolor: black
text.color: black
axes.facecolor: white
axes.edgecolor: black
axes.labelcolor: black
# black to light gray
axes.prop_cycle: cycler('color', ['0.00', '0.40', '0.60', '0.70'])
xtick.color: black
ytick.color: black
grid.color: black
figure.facecolor: 0.75
figure.edgecolor: white
image.cmap: gray
savefig.facecolor: white
savefig.edgecolor: white
|