% This file was created by matlab2tikz.
%
\definecolor{mycolor1}{rgb}{0.00000,0.44700,0.74100}%
%
\begin{tikzpicture}

\begin{axis}[%
width=1.952in,
height=3.566in,
at={(0.758in,0.481in)},
scale only axis,
xmin=0.3,
xmax=4.7,
ymin=0,
ymax=2500,
axis background/.style={fill=white}
]
\addplot[ybar interval, fill=mycolor1, fill opacity=0.6, draw=black, area legend] table[row sep=crcr] {%
x	y\\
0.5	1490\\
1.5	2195\\
2.5	1405\\
3.5	1601\\
4.5	1601\\
};
\end{axis}

\begin{axis}[%
width=1.952in,
height=3.566in,
at={(3.327in,0.481in)},
scale only axis,
xmin=0.3,
xmax=4.7,
ymin=0,
ymax=3500,
axis background/.style={fill=white}
]
\addplot[ybar interval, fill=mycolor1, fill opacity=0.6, draw=black, area legend] table[row sep=crcr] {%
x	y\\
0.5	3151\\
1.5	67\\
2.5	3400\\
3.5	73\\
4.5	73\\
};
\end{axis}
\end{tikzpicture}%