Re: [matplotlib-devel] Solaris and GCC 4.3.x: error TTStreamWriter has no putc

2009-04-30 Thread Michael Droettboom
Thanks. I have committed this to the 0.98.x branch and the trunk, so this fix will make it into the next release. Mike Dave Peterson wrote: > When attempting to build matplotlib 0.98.5.2 on Solaris 10 using GCC > 4.3.3, I get an error: > > ttconv/pprdrv_tt2.cpp: In member function ‘void > Gly

Re: [matplotlib-devel] Problem saving to eps with usetex=True

2009-04-30 Thread Darren Dale
I have to make several attempts before the test script will run to completion, I get errors like: File "/usr/lib64/python2.6/site-packages/matplotlib/dviread.py", line 812, in find_tex_file pipe = subprocess.Popen(cmd, stdout=subprocess.PIPE) File "/usr/lib64/python2.6/subprocess.py", line

Re: [matplotlib-devel] Problem saving to eps with usetex=True

2009-04-30 Thread Jae-Joon Lee
On Thu, Apr 30, 2009 at 11:44 AM, Darren Dale wrote: > I have to make several attempts before the test script will run to > completion, I get errors like: > >   File "/usr/lib64/python2.6/site-packages/matplotlib/dviread.py", line 812, > in find_tex_file >     pipe = subprocess.Popen(cmd, stdout=s

Re: [matplotlib-devel] Problem saving to eps with usetex=True

2009-04-30 Thread Jouni K . Seppänen
Jae-Joon Lee writes: > I don't see such any error and I'm not sure if the error is related > with my patch since the ps backend does not use dviread module. Darren didn't include the complete traceback, but it seems that dviread does get used by TexManager.get_text_width_height_descent unless th

Re: [matplotlib-devel] Solaris and GCC 4.3.x: error TTStreamWriter has no putc

2009-04-30 Thread Michael Abshoff
On Thu, Apr 30, 2009 at 6:29 AM, Michael Droettboom wrote: > Thanks.  I have committed this to the 0.98.x branch and the trunk, so > this fix will make it into the next release. > > Mike Excellent. For the record this is/was also a problem on some FreeBSD releases, so I am glad it was cleanly fix

Re: [matplotlib-devel] Solaris and GCC 4.3.x: error TTStreamWriter has no putc

2009-04-30 Thread John Hunter
On Thu, Apr 30, 2009 at 4:10 PM, Michael Abshoff wrote: > On Thu, Apr 30, 2009 at 6:29 AM, Michael Droettboom > wrote: > > Thanks. I have committed this to the 0.98.x branch and the trunk, so > > this fix will make it into the next release. > > > > Mike > > Excellent. For the record this is/was

Re: [matplotlib-devel] [Matplotlib-users] fill_between

2009-04-30 Thread T J
On Thu, Apr 30, 2009 at 2:29 PM, John Hunter wrote: > > > On Thu, Apr 30, 2009 at 4:14 PM, T J wrote: >> >> Fill between is for filling between two y-values over a range of >> x-values.  Is there anything which fills between to x-values over a >> range of y-values? > > Nothing with the ease of us