comparison experiment-reverb/code/plot.tkz @ 0:246d5546657c

initial commit, needs cleanup
author Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk>
date Wed, 14 Dec 2016 13:15:48 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:246d5546657c
1 % This file was created by matplotlib v0.1.0.
2 % Copyright (c) 2010--2014, Nico Schlömer <nico.schloemer@gmail.com>
3 % All rights reserved.
4 %
5 % The lastest updates can be retrieved from
6 %
7 % https://github.com/nschloe/matplotlib2tikz
8 %
9 % where you can also submit bug reports and leavecomments.
10 %
11 \begin{tikzpicture}
12
13 \definecolor{color0}{rgb}{0,0.75,0.75}
14
15 \begin{axis}[
16 title={Classifier Success Ratio},
17 xlabel={Data set},
18 ylabel={Success Ratio},
19 xmin=-0.2, xmax=4,
20 ymin=0, ymax=1,
21 axis on top,
22 width=6cm,
23 height=4cm,
24 xtick={0.3,1.3,2.3,3.3},
25 xticklabels={SIM,FUL,CHO,GTR},
26 xmajorgrids,
27 ymajorgrids,
28 legend entries={{GNB},{SVM},{HMM},{HMM/SVM}}
29 ]
30 \path [draw=black, fill opacity=0] (axis cs:13,1)--(axis cs:13,1);
31
32 \path [draw=black, fill opacity=0] (axis cs:4,13)--(axis cs:4,13);
33
34 \path [draw=black, fill opacity=0] (axis cs:13,0)--(axis cs:13,0);
35
36 \path [draw=black, fill opacity=0] (axis cs:-0.2,13)--(axis cs:-0.2,13);
37
38 \end{axis}
39
40 \end{tikzpicture}