-
Notifications
You must be signed in to change notification settings - Fork 0
/
acc.tex
128 lines (126 loc) · 1.92 KB
/
acc.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
% This file was created by tikzplotlib v0.9.8.
\begin{tikzpicture}[scale=0.6]
\begin{axis}[
tick align=outside,
tick pos=both,
x grid style={white!69.0196078431373!black},
xlabel={Number of questions},
xmin=-0.9, xmax=20,
xtick style={color=black},
y grid style={white!69.0196078431373!black},
ylabel={Accuracy},
ymin=-0.049853515625, ymax=1.046923828125,
ytick style={color=black}
]
\addplot [semithick, red]
table {%
0 0
1 0.8046875
2 0.8046875
3 0.8896484375
4 0.9091796875
5 0.9306640625
6 0.916015625
7 0.95703125
8 0.9619140625
9 0.970703125
10 0.9775390625
11 0.9833984375
12 0.984375
13 0.984375
14 0.984375
15 0.9853515625
16 0.9853515625
17 0.9853515625
18 0.9853515625
};
\addplot [semithick, blue]
table {%
0 0
1 0.7998046875
2 0.8583984375
3 0.8583984375
4 0.9033203125
5 0.9169921875
6 0.94140625
7 0.951171875
8 0.9619140625
9 0.9697265625
10 0.9794921875
11 0.982421875
12 0.986328125
13 0.9814453125
14 0.9833984375
15 0.982421875
16 0.982421875
17 0.982421875
18 0.982421875
};
\addplot [semithick, black, dashed]
table {%
0 0
1 0.7060546875
2 0.7236328125
3 0.8203125
4 0.8359375
5 0.873046875
6 0.9052734375
7 0.9169921875
8 0.9287109375
9 0.94140625
10 0.953125
11 0.962890625
12 0.9755859375
13 0.978515625
14 0.9833984375
15 0.98828125
16 0.994140625
17 0.9921875
18 0.99609375
};
\addplot [semithick, red, dashed]
table {%
0 0
1 0.7890625
2 0.822265625
3 0.8994140625
4 0.859375
5 0.9501953125
6 0.919921875
7 0.9619140625
8 0.9697265625
9 0.9794921875
10 0.982421875
11 0.98828125
12 0.986328125
13 0.994140625
14 0.99609375
15 0.9951171875
16 0.99609375
17 0.99609375
18 0.99609375
};
\addplot [semithick, blue, dashed]
table {%
0 0
1 0.8046875
2 0.8466796875
3 0.8955078125
4 0.9248046875
5 0.947265625
6 0.9384765625
7 0.966796875
8 0.962890625
9 0.9736328125
10 0.9775390625
11 0.982421875
12 0.9892578125
13 0.9873046875
14 0.9951171875
15 0.9970703125
16 0.9951171875
17 0.9951171875
18 0.99609375
};
\end{axis}
\end{tikzpicture}