Skip to content
Prev 6752 / 63424 Next

piechart default colour (PR#1248)

As of 1.4.0, the default colour of pieslices is black. Try
piechart(1:3) for instance. The workaround is to use an explicit
col="white" argument.

(Of course, everything in example(piechart) uses fancy colour schemes,
so nobody noticed that the default got changed.)