blob: 043eda1540f6f8d37a3b97bc23a8d5fabd491c0d (
plain)
1
2
3
4
5
6
7
8
9
10
|
\begin{tikzpicture}
\begin{axis}[
ybar interval,
title={endlinechar: \the\endlinechar~(should be 13)}
]
% a data file containing 8000 normally distributed
% random numbers of mean 0 and variance 1
\addplot+[hist={data=x}] file {pgfplots.randn.dat};
\end{axis}
\end{tikzpicture}
|