\begin{tikzpicture}
\sffamily
\begin{axis}[
title = {$title},
title style={align=center,yshift=-.1in},
legend style={font=\small,
	nodes={scale=0.7, transform shape},
	at={(0.0,1)},
	anchor=north west,
	draw=none,
	fill=none},
legend cell align={left},
width = 4.0in, height = 3.0in,
ylabel near ticks,
ylabel = {\small $ylabel},
xlabel near ticks,
every tick label/.append style={font=\scriptsize},
xmin=-1,xmax=$xmax,ymin=$ymin,ymax=$ymax,
xtick={$xticks},
xlabel={\small $xlabel},
xlabel style = {yshift=0.05in},
yticklabel style={
		/pgf/number format/fixed,
		/pgf/number format/precision=5
},
scaled y ticks=false
]

$plots

$classifiers

$surveyequivs

\end{axis}
\end{tikzpicture}