From: Todd M. <jm...@st...> - 2004-02-12 21:01:59
|
On Tue, 2004-02-10 at 16:30, John Hunter wrote: > I just made a minor change in the backend API. The faceColor argument > (formerly a color arg) for draw_rectangle, draw_arc, etc... is now a > graphics context instance. I updated all the backends in CVS. > Hi John, I'm working with Perry Greenfield's group on a Tkinter/Paint backend for matplotlib. I noticed today that the paint facecolor had changed to black. Looking into it, there were a few more edits to backend_paint.py needed as a result of the interface change above. I also noticed that the paint version of draw_polygons needed a little code to get it working. Attached is a patch for both. Regards, Todd -- Todd Miller <jm...@st...> |