Mercurial > hg > chourdakisreiss2016
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/experiment-reverb/code/plot.tkz Wed Dec 14 13:15:48 2016 +0000 @@ -0,0 +1,40 @@ +% 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} \ No newline at end of file