Pie color with plots

How do I choose the colors of the parts of the pie with the plots package? I tried

pie(["1", "2", "3"], [.4, .1, .5], fillcolor = [:red, :green, :blue])

so as to get the three pieces in red, green and blue, but the pie appears with the default colors. I am using the GR backend.

This is a bug in the gr() backend. I’ll check this …