Re: [matplotlib-devel] New plot type idea -- EventRaster

2012-09-26 Thread Todd
On Mon, Sep 24, 2012 at 3:33 PM, Todd wrote: > I would like to add a new plot type to matplotlib. Of course I am willing > to implement it myself, but I want to confirm that it is acceptable and > iron out the implementation details and API first so there are no major > surprises when I submit i

Re: [matplotlib-devel] New plot type idea -- EventRaster

2012-09-26 Thread Michael Droettboom
On 09/26/2012 04:35 AM, Todd wrote: On Mon, Sep 24, 2012 at 3:33 PM, Todd > wrote: I would like to add a new plot type to matplotlib. Of course I am willing to implement it myself, but I want to confirm that it is acceptable and iron out the implementation

[matplotlib-devel] print_png bug

2012-09-26 Thread Oleg Volkov
There is an annoying bug in print_png (a'm using 1.1.0). After saving figure it just stops redrawing on screen (gdk). It happens because the print_png calls the set_pixmap method of the canvas renderer which change the associated drawable forever. I'm using workaround saving canvas._renderer.gdkDra