[matplotlib-devel] Request: individual point characteristics in the scatter command

2007-06-21 Thread Jon Brinkmann
It would be VERY nice if all characteristics of a point , e.g., alpha, marker, label, etc., were individually configurable via a sequence in the scatter command just as color and size are now. Does anyone have a patch for this? Jon

Re: [matplotlib-devel] SaveFig bug in TkAgg backend

2007-06-21 Thread John Hunter
On 6/14/07, Rutkov Denis <[EMAIL PROTECTED]> wrote: > Hello. I've encoutered a similar problem (I tried to add a menu to the > Matplotlib window), but I managed to do a workaround. Instead of adding Tk > widgets to existing window, I created a Tk instance and integrated all > buttons and menus i