Skip to content

Commit af60124

Browse files
committed
Agregar archivo de estilos
1 parent 9b81327 commit af60124

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

notebooks/clean.mplstyle

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# file: clean.mplstyle
2+
# author: Nicolas Guarin-Zapata
3+
# description: style sheet for Matplotlib figures.
4+
#
5+
# Color palette from:
6+
# http://colorbrewer2.org/#type=qualitative&scheme=Set1&n=8
7+
8+
9+
font.family : sans-serif
10+
11+
axes.facecolor : white
12+
axes.prop_cycle : cycler('color',['e41a1c', '377eb8', '4daf4a', '984ea3', 'ff7f00', 'ffff33', 'a65628', 'f781bf'])
13+
axes.linewidth : 0.0
14+
axes.grid : True
15+
16+
lines.linewidth : 1.5
17+
18+
xtick.direction : in
19+
ytick.direction : in
20+
21+
grid.color : c7dedf
22+
grid.linestyle : -
23+
grid.linewidth : 0.3
24+
25+
figure.figsize : 6, 4
26+
27+
legend.fancybox : False
28+
legend.frameon : False
29+
legend.loc : best
30+
31+
32+

0 commit comments

Comments
 (0)