|
@@ -77,21 +77,44 @@ Een mooie grafiek!
|
|
|
\color{white}
|
|
\color{white}
|
|
|
\captionof{figure}{Verdeling in het parlement}
|
|
\captionof{figure}{Verdeling in het parlement}
|
|
|
|
|
|
|
|
|
|
+Hier een polar-chart
|
|
|
|
|
+\color{rr-background}
|
|
|
|
|
+\begin{tikzpicture}
|
|
|
|
|
+ \tikzset{%
|
|
|
|
|
+ lines/.style={draw=none},
|
|
|
|
|
+ }
|
|
|
|
|
+ \pie[
|
|
|
|
|
+ polar,
|
|
|
|
|
+ scale font,
|
|
|
|
|
+ text = inside,
|
|
|
|
|
+ explode = 0.02,
|
|
|
|
|
+ radius = 5,
|
|
|
|
|
+ color = white,
|
|
|
|
|
+ style = lines,
|
|
|
|
|
+ ]
|
|
|
|
|
+ {%
|
|
|
|
|
+ 29/ Nationaalisme,
|
|
|
|
|
+ 11/ Liberaal,
|
|
|
|
|
+ 8/ Conserv.
|
|
|
|
|
+ }
|
|
|
|
|
+\end{tikzpicture}
|
|
|
|
|
+\color{white}
|
|
|
|
|
+
|
|
|
\pgfplotstableread[col sep=&, header=true]{%
|
|
\pgfplotstableread[col sep=&, header=true]{%
|
|
|
description & DIP & TBL & CB & DCP
|
|
description & DIP & TBL & CB & DCP
|
|
|
- 10-2 & 29.83 & 15.79 & 10.53 & 12.29
|
|
|
|
|
- 15-2 & 21.84 & 16.18 & 6.75 & 14.3
|
|
|
|
|
- 20-2 & 21.75 & 18.01 & 12.40 & 11.17
|
|
|
|
|
- 25-2 & 25.28 & 23.08 & 12.09 & 8.8
|
|
|
|
|
- 2-3 & 25.59 & 22.10 & 13.96 & 10.47
|
|
|
|
|
- 7-3 & 26 & 22 & 14 & 10
|
|
|
|
|
|
|
+ 10–2 & 29.83 & 15.79 & 10.53 & 12.29
|
|
|
|
|
+ 15–2 & 21.84 & 16.18 & 6.75 & 14.3
|
|
|
|
|
+ 20–2 & 21.75 & 18.01 & 12.40 & 11.17
|
|
|
|
|
+ 25–2 & 25.28 & 23.08 & 12.09 & 8.8
|
|
|
|
|
+ 2–3 & 25.59 & 22.10 & 13.96 & 10.47
|
|
|
|
|
+ 7–3 & & 22 & 14 & 10
|
|
|
}\datatableentry{}
|
|
}\datatableentry{}
|
|
|
\begin{tikzpicture}
|
|
\begin{tikzpicture}
|
|
|
\begin{axis}[
|
|
\begin{axis}[
|
|
|
title = Verkiezingen,
|
|
title = Verkiezingen,
|
|
|
enlarge y limits = {value=0.2,upper},
|
|
enlarge y limits = {value=0.2,upper},
|
|
|
xtick = data,
|
|
xtick = data,
|
|
|
- xticklabels = {10-2,15-2,20-2,25-2,2-3,7-3},
|
|
|
|
|
|
|
+ xticklabels = {10–2,15–2,20–2,25–2,2–3,7–3},
|
|
|
x tick label style = {rotate=-45,anchor=west,font=\tiny},
|
|
x tick label style = {rotate=-45,anchor=west,font=\tiny},
|
|
|
legend style = {font=\tiny,legend pos=north west,legend cell align=left, fill=none},
|
|
legend style = {font=\tiny,legend pos=north west,legend cell align=left, fill=none},
|
|
|
]
|
|
]
|
|
@@ -106,8 +129,6 @@ Een mooie grafiek!
|
|
|
\end{axis}
|
|
\end{axis}
|
|
|
\end{tikzpicture}
|
|
\end{tikzpicture}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
\noindent\fbox{%
|
|
\noindent\fbox{%
|
|
|
\begin{minipage}{\dimexpr\linewidth-12pt\relax}
|
|
\begin{minipage}{\dimexpr\linewidth-12pt\relax}
|
|
|
\begin{multicols}{2}
|
|
\begin{multicols}{2}
|
|
@@ -120,3 +141,14 @@ Een mooie grafiek!
|
|
|
\end{multicols}
|
|
\end{multicols}
|
|
|
\end{minipage}
|
|
\end{minipage}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+\byline{\textbf{\Large Een table met informatie}}{Bèrg C.}
|
|
|
|
|
+\begin{tabular}{lcc}
|
|
|
|
|
+ Type & Bulgarije & Gem Nederland \\
|
|
|
|
|
+ \hline
|
|
|
|
|
+ Hospital & 153 & 928 \\
|
|
|
|
|
+ School & 93 & 528 \\
|
|
|
|
|
+ Missile & 250 & 1016 \\
|
|
|
|
|
+ Power & 400 & 794 \\
|
|
|
|
|
+ Housefund & 2500 & 4906 \\
|
|
|
|
|
+\end{tabular}
|