diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-09 23:40:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-09 23:40:05 +0000 |
commit | c242f8a8127120acd43052ff3e4ad624363886ad (patch) | |
tree | 78e9777149ea985f2a7d1218600c9a216256e8c9 /Master/texmf-dist/doc/latex/tikzscale/histogramNormal.tikz | |
parent | f2e0420b7971a75478867c2c5facd4988612638a (diff) |
tikzscale (9jan13)
git-svn-id: svn://tug.org/texlive/trunk@28778 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzscale/histogramNormal.tikz')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzscale/histogramNormal.tikz | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzscale/histogramNormal.tikz b/Master/texmf-dist/doc/latex/tikzscale/histogramNormal.tikz new file mode 100644 index 00000000000..30e7535d46d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikzscale/histogramNormal.tikz @@ -0,0 +1,9 @@ +\begin{tikzpicture} + \begin{axis}[ + ybar interval + ] + % 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}
\ No newline at end of file |