Re: [Matplotlib-users] Latex problems...

2006-07-09 Thread Fernando Perez
On 7/9/06, Darren Dale <[EMAIL PROTECTED]> wrote: Would you send me an example of a file with a bad bbox and one that is correct? Thanks for looking into this! f distill_false_bbox_ok.eps.gz Description: GNU Zip compressed data distill_xpdf_bbox_bad.eps.gz Description: GNU Zip compressed d

Re: [Matplotlib-users] Latex problems...

2006-07-09 Thread Darren Dale
Would you send me an example of a file with a bad bbox and one that is correct? On Sunday 09 July 2006 10:28 pm, Fernando Perez wrote: > On 7/9/06, Darren Dale <[EMAIL PROTECTED]> wrote: > > I think this is artifact results from a combination of the ghostscript > > distiller and the postscript re

Re: [Matplotlib-users] Latex problems...

2006-07-09 Thread Fernando Perez
On 7/9/06, Darren Dale <[EMAIL PROTECTED]> wrote: > I think this is artifact results from a combination of the ghostscript > distiller and the postscript renderer. If you have xpdf on your system, you > can set ps.usedistiller : xpdf in rc. That will give you embeddable eps files > without convert

Re: [Matplotlib-users] bivariate normal distribution function buggy?

2006-07-09 Thread Michael Fitzgerald
Hello, It looks like there are a couple of typos in the equations used in the function. On Friday 07 July 2006 12:17, Faheem Mitha wrote: > I think the bivariate normal probability distribution function > implementation in Matplotlib is buggy. See the example code below, and > note that the cha

[Matplotlib-users] bivariate normal distribution function buggy?

2006-07-09 Thread Faheem Mitha
Hi, I think the bivariate normal probability distribution function implementation in Matplotlib is buggy. See the example code below, and note that the change in the x directions and the y directions is not uniform as it should be. The implementation (in mlab.py) is appended.

Re: [Matplotlib-users] Latex problems...

2006-07-09 Thread Darren Dale
On Sunday 09 July 2006 12:53 am, you wrote: > > The fix took a little more work in order to address a problem Wolfgang > > reported with win32 a while back. Both texmanager and backend_ps have > > been improved and tested on a bleeding edge gentoo system and a windows > > system. > > > > Iff you ha