Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. usepackage{tkz-kiviat,numprint,fullpage}
  3.  
  4. begin{document}
  5.  
  6. begin{tikzpicture}
  7. tkzKiviatDiagram[radial style/.style={gray!50}, scale=1, gap=1, lattice=3]{pineapple,mango,durian}
  8. tkzKiviatLine[thick,
  9. color = orange,
  10. ball color = orange,
  11. mark size = 4pt,
  12. fill = orange!20](1,2,3)
  13. tkzKiviatGrad[](3)
  14. end{tikzpicture}
  15.  
  16. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement