Pie Chart
Hi,
I'm trying to do a piechart. the following code generates one alright but I have no idea how I can make the labels be outside instead of inside the piechart. any ideas??
with(Statistics);
PieChart([England = 341, Spain = 237, Germany = 93, France = 91, Unknown = 56, Wales = 40, Ireland = 39, Sweden = 35, Russia = 31, Other = 244], color = orange .. green);
thanks
Antje

Loading Comments & Answers