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
2012-09-30 11:19:19 +02:00

16 lines
395 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=2,max=10]
\bcbar{3.4}
\smallskip
\bcbar{5.6}
\medskip
\bcbar{7.2}
\bigskip
\bcbar{9.9}
\end{bchart}
\end{document}