summaryrefslogtreecommitdiff
path: root/dev/demo/population.tex
diff options
context:
space:
mode:
Diffstat (limited to 'dev/demo/population.tex')
-rw-r--r--dev/demo/population.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/demo/population.tex b/dev/demo/population.tex
index d64b8b8..1b39664 100644
--- a/dev/demo/population.tex
+++ b/dev/demo/population.tex
@@ -1,6 +1,6 @@
% data from http://en.wikipedia.org/wiki/List_of_countries_by_population
\begin{tikzpicture}
- \pie[sum=auto, radius=35, after number=, text=pin] {1339/China,
+ \pie[polar, sum=auto, radius=35, after number=, text=pin] {1339/China,
1210/India, 312/USA, 237/Indonesia, 190/Brazil, 177/Pakistan,
158/Nigeria, 151/Bangladesh, 142/Russia, 127/Japan, 112/Mexico,
94/Philippines, 87/Vietnam, 82/Ethiopia, 81/Germany, 80/Egypt,
@@ -22,6 +22,6 @@
Emirates, 8/South Sudan, 8/Honduras, 8/Switzerland, 8/Israel,
7/Bulgaria, 7/Serbia, 7/Hong Kong }
- \node[circle,draw=black,thick, fill=white, font=\LARGE\bf]
- {Population of the world};
+ % \node[circle,draw=black,thick, fill=white, font=\bf]
+ % {Population of the world};
\end{tikzpicture}