Re: [R] ggplot: Pie Chart with correct labels

2017-05-30 Thread Jeff Newmiller
>1. get the order of the labels right You need to order your labels in the Land factor correctly when you create it with the factor function, which was (not) done here but rather before you used dput to generate this code. >2. Why I need to reference "breaks" and "labels" completely? Read the

[R] ggplot: Pie Chart with correct labels

2017-05-30 Thread G . Maubach
Hi All, I would like to do the following pie chart using ggplot from an official data source ( http://www.deutscheweine.de/fileadmin/user_upload/Website/Service/Downloads/Statistik_2016-2017-neu.pdf , Tab 8, Page 14): -- cut -- cat("# weinimport_piechart.R\n") # -- Input -