Re: [Matplotlib-users] Help sending a PNG from matplotlib to stdout

2008-05-19 Thread Michael Droettboom
Rodney Haynie wrote: > From: John Hunter [mailto:[EMAIL PROTECTED] > Sent: Saturday, May 17, 2008 4:56 PM> I believe this has been fixed on the > maintenance branch (which will > >> become 0.91.3 shortly after the next release). You can get a svn > >> checkout of this branch at >> >> svn co

Re: [Matplotlib-users] Help sending a PNG from matplotlib to stdout

2008-05-19 Thread Michael Droettboom
John Hunter wrote: > On Sat, May 17, 2008 at 3:49 PM, Rodney Haynie <[EMAIL PROTECTED]> wrote: > > >> "C:\Python25\lib\site-packages\matplotlib-0.91.2.0001-py2.5-win32.egg\matplo >> tlib\backends\backend_agg.py", line 397, in print_png >>self.get_renderer()._renderer.write_png(str(filename),

Re: [Matplotlib-users] Help sending a PNG from matplotlib to stdout

2008-05-19 Thread Rodney Haynie
From: John Hunter [mailto:[EMAIL PROTECTED] Sent: Saturday, May 17, 2008 4:56 PM> I believe this has been fixed on the maintenance branch (which will > become 0.91.3 shortly after the next release). You can get a svn > > checkout of this branch at > > svn co > https://matplotlib.svn.sourcefo

Re: [Matplotlib-users] Help sending a PNG from matplotlib to stdout

2008-05-17 Thread John Hunter
On Sat, May 17, 2008 at 3:49 PM, Rodney Haynie <[EMAIL PROTECTED]> wrote: > "C:\Python25\lib\site-packages\matplotlib-0.91.2.0001-py2.5-win32.egg\matplo > tlib\backends\backend_agg.py", line 397, in print_png >self.get_renderer()._renderer.write_png(str(filename), > self.figure.dpi.get()) > Ru