view 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
line wrap: on
line source
% This file was created by matplotlib v0.1.0.
% Copyright (c) 2010--2014, Nico Schlömer <nico.schloemer@gmail.com>
% All rights reserved.
% 
% The lastest updates can be retrieved from
% 
% https://github.com/nschloe/matplotlib2tikz
% 
% where you can also submit bug reports and leavecomments.
% 
\begin{tikzpicture}

\definecolor{color0}{rgb}{0,0.75,0.75}

\begin{axis}[
title={Classifier Success Ratio},
xlabel={Data set},
ylabel={Success Ratio},
xmin=-0.2, xmax=4,
ymin=0, ymax=1,
axis on top,
width=6cm,
height=4cm,
xtick={0.3,1.3,2.3,3.3},
xticklabels={SIM,FUL,CHO,GTR},
xmajorgrids,
ymajorgrids,
legend entries={{GNB},{SVM},{HMM},{HMM/SVM}}
]
\path [draw=black, fill opacity=0] (axis cs:13,1)--(axis cs:13,1);

\path [draw=black, fill opacity=0] (axis cs:4,13)--(axis cs:4,13);

\path [draw=black, fill opacity=0] (axis cs:13,0)--(axis cs:13,0);

\path [draw=black, fill opacity=0] (axis cs:-0.2,13)--(axis cs:-0.2,13);

\end{axis}

\end{tikzpicture}