2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/tikz/bchart-simple/bchart-simple.tex
2013-01-23 09:59:22 +01:00

22 lines
691 B
TeX

% Source: http://www.tug.org/texlive//Contents/live/texmf-dist/doc/latex/bchart/bchart.pdf
\documentclass[varwidth=true, border=2pt]{standalone}
\usepackage{bchart}
\begin{document}
\begin{bchart}[step=50,max=550]
\bcbar[label=JAMA]{51.367}
\smallskip
\bcbar[text=leafsize:2]{548.002}
\bcbar[label=l:4]{158.890}
\bcbar[label=l:8]{66.560}
\bcbar[label=16]{40.899}
\bcbar[label=32]{32.626}
\bcbar[label=64]{30.638}
\bcbar[label=128]{31.086}
\bcbar[label=256]{28.526}
\bcbar[label=512]{31.798}
\bcbar[label=1024]{42.967}
\bcbar[label=2048]{46.535}
\end{bchart}
\end{document}