You probably had a white background when drawing the pie chart, which meant that the circle and divisions weren't being drawn properly. A background color other than white will make it work. You could also specify <GCOLOR #BLACK> before the pie chart code or append <,#BLACK> to every graphics instruction that doesn't already specify color.