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:
parent
3090514803
commit
8d67c61e5e
6 changed files with 62 additions and 1 deletions
14
tikz/local-disk-space-piechart/local-disk-space-piechart.tex
Normal file
14
tikz/local-disk-space-piechart/local-disk-space-piechart.tex
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue