2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

added csv2piechart example; corrected error in CFB mode decryption

This commit is contained in:
Martin Thoma 2013-07-09 14:41:25 +02:00
parent 3090514803
commit 8d67c61e5e
6 changed files with 62 additions and 1 deletions

View file

@ -0,0 +1,14 @@
\documentclass{article}
\usepackage[pdftex,active,tightpage]{preview}
\setlength\PreviewBorder{2mm}
\usepackage{datapie}
\DTLsetpiesegmentcolor{9}{cyan}
\DTLsetpiesegmentcolor{10}{brown}
\begin{document}
\begin{preview}
\DTLloaddb{myDB}{local-disk-space-piechart-2013-07-08.csv}
\DTLdisplaydb{myDB}
\DTLpiechart{variable=\Space,outerlabel=\Part}{myDB}{\Part=Part,\Space=Space}
\end{preview}
\end{document}