annotate experiment-reverb/code/plot.tkz @ 2:c87a9505f294 tip

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