summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-kiviat/examples/latex/kiviat5.tex
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/macros/latex/contrib/tkz/tkz-kiviat/examples/latex/kiviat5.tex')
-rw-r--r--obsolete/macros/latex/contrib/tkz/tkz-kiviat/examples/latex/kiviat5.tex36
1 files changed, 36 insertions, 0 deletions
diff --git a/obsolete/macros/latex/contrib/tkz/tkz-kiviat/examples/latex/kiviat5.tex b/obsolete/macros/latex/contrib/tkz/tkz-kiviat/examples/latex/kiviat5.tex
new file mode 100644
index 0000000000..d340027dc2
--- /dev/null
+++ b/obsolete/macros/latex/contrib/tkz/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