-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpgfplot_configurations.tex
95 lines (89 loc) · 1.54 KB
/
pgfplot_configurations.tex
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
\tikzset{
Above/.style={
midway,
above,
font=\scriptsize,
text width=1.5cm,
align=center,
},
Below/.style={
midway,
below,
font=\scriptsize,
text width=1.5cm,
align=center
}
}
\pgfplotsset{compat=1.11,
/pgfplots/ybar legend/.style={
/pgfplots/legend image code/.code={
\draw[##1,/tikz/.cd,bar width=1pt,yshift=0.0cm,bar shift=0pt]
plot coordinates {(0cm,0.0cm)};},
},
}
\pgfplotsset{%
pointModelsFiguresStyle/.style args={#1}{%
color=#1,
mark=0,
only marks,
mark size=1.5pt,
point meta=explicit symbolic,
}
}
\pgfplotsset{%
pointRug/.style args={#1}{%
color=#1,
mark=-,
only marks,
mark size=1.5pt,
point meta=explicit symbolic,
}
}
\pgfplotsset{%
pointBiLSTM/.style args={#1}{%
color=#1,
mark=o,
only marks,
mark size=1.5pt,
point meta=explicit symbolic,
}
}
% LSTM
\pgfplotsset{%
pointLSTM/.style args={#1}{%
color=#1,
mark=square,
only marks,
mark size=1.5pt,
point meta=explicit symbolic,
}
}
\pgfplotsset{%
pointBiGRU/.style args={#1}{%
color=#1,
mark=pentagon,
only marks,
mark size=1.5pt,
point meta=explicit symbolic,
}
}
\pgfplotsset{%
pointGRU/.style args={#1}{%
color=#1,
mark=diamond,
only marks,
mark size=1.5pt,
point meta=explicit symbolic,
}
}
\pgfplotsset{
azetinaplot/.style={
width=7cm,
height=7cm,
axis lines=middle,
xlabel=$x$,
ylabel=$y$,
enlarge y limits,
clip=false
}
}