draw-arc
I'm trying to use GP:DRAW-ARC to render pie charts. I must be misunderstanding something because I'm not getting the output I was expecting. This code (let ((x (contain (make-instance 'output-pane)))) (gp:draw-arc x 0 0 130 130 0 (* 0.5 PI) :filled t)) generates the attached screenshot. I was expecting to see a filled- in quarter of a circle. Am I misunderstanding what draw-arc is for? Bill