e@0: % This file was created by matplotlib v0.1.0. e@0: % Copyright (c) 2010--2014, Nico Schlömer e@0: % All rights reserved. e@0: % e@0: % The lastest updates can be retrieved from e@0: % e@0: % https://github.com/nschloe/matplotlib2tikz e@0: % e@0: % where you can also submit bug reports and leavecomments. e@0: % e@0: \begin{tikzpicture} e@0: e@0: \definecolor{color0}{rgb}{0,0.75,0.75} e@0: e@0: \begin{axis}[ e@0: title={Classifier Success Ratio}, e@0: xlabel={Data set}, e@0: ylabel={Success Ratio}, e@0: xmin=-0.2, xmax=4, e@0: ymin=0, ymax=1, e@0: axis on top, e@0: width=6cm, e@0: height=4cm, e@0: xtick={0.3,1.3,2.3,3.3}, e@0: xticklabels={SIM,FUL,CHO,GTR}, e@0: xmajorgrids, e@0: ymajorgrids, e@0: legend entries={{GNB},{SVM},{HMM},{HMM/SVM}} e@0: ] e@0: \path [draw=black, fill opacity=0] (axis cs:13,1)--(axis cs:13,1); e@0: e@0: \path [draw=black, fill opacity=0] (axis cs:4,13)--(axis cs:4,13); e@0: e@0: \path [draw=black, fill opacity=0] (axis cs:13,0)--(axis cs:13,0); e@0: e@0: \path [draw=black, fill opacity=0] (axis cs:-0.2,13)--(axis cs:-0.2,13); e@0: e@0: \end{axis} e@0: e@0: \end{tikzpicture}