diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-07 23:53:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-07 23:53:32 +0000 |
commit | ec4ce05182cd69af8ab30b1da0cc46061a45efca (patch) | |
tree | bd46819899767aaca21d0b47106cb013b11af5c7 /Master/texmf-dist/doc/latex/tkz-kiviat/examples | |
parent | b8dfbc9c6b54d6976e2d0ae38049c23c618afeed (diff) |
new graphics package tkz-kiviat (7jun11)
git-svn-id: svn://tug.org/texlive/trunk@22857 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-kiviat/examples')
6 files changed, 163 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/file.dat b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/file.dat new file mode 100644 index 00000000000..c58c962d406 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/file.dat @@ -0,0 +1,10 @@ +%tableae.dat +column1 column2 column3 +Reliability 6 6.5 +Usability 4 9 +{Application Architecture} 7 8 +{Version Control} 6.5 7 +Timeliness 2 8 +Efficiency 3 4 +Effectiveness 5 6.5 +Interoperability 1.5 7
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat1.tex b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat1.tex new file mode 100644 index 00000000000..f123d065a75 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat1.tex @@ -0,0 +1,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}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat2.tex b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat2.tex new file mode 100644 index 00000000000..679782e347a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat2.tex @@ -0,0 +1,23 @@ +\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}[label distance=.15cm] + \tkzKiviatDiagram[ + radial=5, + radial style/.style ={-}, + lattice style/.style ={blue!30}]% + {Poissons,Légumes,Viande,Lait,Pain} + \tkzKiviatLine[thick,color=red,mark=ball, + ball color=red,mark size=4pt,fill=red!20](5,9,6,8,4) + \tkzKiviatLine[thick,color=blue,mark=ball, + mark size=4pt,fill=blue!20,opacity=.5](9,6,8,4,5) +\end{tikzpicture} +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat3.tex b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat3.tex new file mode 100644 index 00000000000..d6aa486800c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat3.tex @@ -0,0 +1,25 @@ +\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[scale=1.25,label distance=.5cm, + radial = 5, + gap = 1, + lattice = 5]{McCabe,LOC,Live Variables,Halstead N,Variablenspanne} +\tkzKiviatLine[thick,color=blue,mark=none, + fill=blue!20,opacity=.5](3,3.5,3,3.5,3) +\tkzKiviatLine[thick,color=darkgray, + fill=green!20,opacity=.5](0.5,1,0.5,0.75,1) +\tkzKiviatLine[ultra thick,mark=ball, + mark size=4pt,color =Maroon](2,3.75,1,1.5,2) +\tkzKiviatGrad[prefix=,unity=100,suffix=\ \texteuro](1) +\end{tikzpicture} + +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat4.tex b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat4.tex new file mode 100644 index 00000000000..1472945342e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat4.tex @@ -0,0 +1,28 @@ +\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}[label distance=.15cm,rotate=30,scale=.75] +\tkzKiviatDiagram[radial=6,lattice=6,gap=1,step=2,label space=2]% + {Marketing, + Sales, + Administration, + Information Technology, + Customer Support, + Development} + \tkzKiviatLine[thick,color=red](2.25,2.5,0.6,1.2,1,1) + \tkzKiviatLine[thick,color=blue](1,2,1,1.7,1.3,3) + \tkzKiviatGrad[prefix=\$,unity=10](0) + \end{tikzpicture} + +\end{document} + + +
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat5.tex b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat5.tex new file mode 100644 index 00000000000..d340027dc21 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat5.tex @@ -0,0 +1,36 @@ +\documentclass[]{scrartcl} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[upright]{fourier} +\usepackage[usenames,dvipsnames]{xcolor} +\usepackage{tkz-kiviat,numprint,fullpage} +\usepackage{pgfplotstable} +\usetikzlibrary{arrows} +\thispagestyle{empty} + +\begin{document} + +\begin{tikzpicture} +\tkzKiviatDiagramFromFile[ + scale=.5, + label distance=.5cm, + gap = 1, + label space=3, + lattice = 10]{file.dat} +\tkzKiviatLineFromFile[thick, + color = blue, + mark = ball, + ball color = blue, + mark size = 4pt, + fill = blue!20]{file.dat}{2} +\tkzKiviatLineFromFile[thick, + color = red, + mark = ball, + ball color = red, + mark size = 4pt, + fill = red!20]{file.dat}{1} +\end{tikzpicture} + +\end{document} + +Sherlock Holmes
\ No newline at end of file |