Spaces:
Sleeping
Sleeping
File size: 741 Bytes
b9ca64f |
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 29 30 31 |
figure.facecolor : 19232D
figure.dpi : 600
patch.antialiased : True
lines.linewidth : 2.0
lines.solid_capstyle: butt
font.size : 14
axes.titlesize : 18
axes.labelsize : 18
axes.labelcolor : FFFFFF
axes.facecolor : 19232D
axes.edgecolor : FFFFFF
axes.axisbelow : True
axes.prop_cycle : cycler('color', ['ADC9FC', 'E36D55', '6B8EF0', 'C0292F', 'D2DBE7', '3B4DC0', 'D33682', 'F7B295'])
axes.titlepad : 5.0
text.color : FFFFFF
xtick.labelsize : 14 # fontsize of the tick labels
ytick.labelsize : 14 # fontsize of the tick labels
### TICKS
xtick.color : FFFFFF
xtick.direction : out
ytick.color : FFFFFF
ytick.direction : out
|