summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-kiviat/examples/latex/kiviat1.tex
blob: f123d065a750c9abfd676cfe8a7254aaad0d09ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
\documentclass[]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[upright]{fourier}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{tkz-kiviat,numprint,fullpage}
\usetikzlibrary{arrows}
\thispagestyle{empty}

\begin{document} 
 

\begin{tikzpicture}
   \tkzKiviatDiagram[lattice=5]{A,B,C} 
     \tkzKiviatLine[thick,
                 color      = blue,
                 mark       = ball,
                 mark size  = 4pt,
                 fill       = blue!20,
                 opacity=.5](4,3,2)   
\end{tikzpicture}  
  

 
 \begin{tikzpicture}
  \tkzKiviatDiagram{Poissons,Légumes,Viande,Lait,Pain,fruit}
   \tkzKiviatLine[thick,
                  color      = red,
                  mark       = ball,
                  ball color = red,
                  mark size  = 4pt,
                  opacity    = .2, 
                  fill=red!20](10.5,11,6,8,4)
  \tkzKiviatLine[thick,
                 color      = blue,
                 mark       = ball,
                 mark size  = 4pt,
                 fill       = blue!20,
                 opacity=.5](4,6,6,4,3)
 \end{tikzpicture}  
\end{document}