diff options
author | Xu Yuan <xu@informatik.hu-berlin.de> | 2011-10-01 22:30:00 +0200 |
---|---|---|
committer | Xu Yuan <xu@informatik.hu-berlin.de> | 2011-10-01 22:30:00 +0200 |
commit | 1e9baf6e684d2f4f29eaa9fe1f506ed1233904b7 (patch) | |
tree | 11bb6030d69bf8406318b709ce6f64bffd306eac /dev/demo | |
parent | 651a3ad72e8b44d8fd0e03f1e93ac8b6c22890b6 (diff) | |
download | pgf-pie-1e9baf6e684d2f4f29eaa9fe1f506ed1233904b7.tar.gz pgf-pie-1e9baf6e684d2f4f29eaa9fe1f506ed1233904b7.tar.bz2 pgf-pie-1e9baf6e684d2f4f29eaa9fe1f506ed1233904b7.zip |
polar pie!
Diffstat (limited to 'dev/demo')
-rw-r--r-- | dev/demo/population.tex | 6 |
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} |