Guest User

Untitled

a guest
Jan 23rd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. documentclass[tikz,border=2mm]{standalone}
  2. usepackage{pgf-pie}
  3. tikzset{lines/.style={draw=none},}
  4. tikzstyle{every node}=[font=small]
  5. begin{document}
  6. begin{tikzpicture}
  7. pie[style={lines}, text=legend, rotate=220]{58/SHI, 5/General government, 13/Private households (OOP), 4/Employers, 9/PHI, 2/Statutory accident insurance, 1/Statutory Pension insurance, 8/Social long-term care insurance}
  8.  
  9. end{tikzpicture}
  10. end{document}
Add Comment
Please, Sign In to add comment