[Matplotlib-users] Repeated calls to set_text using TeX formatting results in RuntimeError

2007-12-11 Thread Brian.Boonstra
I'm doing a parameter fitting exercise, and plotting the progress as I do so. I have found that repeated calls to set_text() on a text object will result in an error opening a font file iff the text uses TeX formatting. (I am not using the experimental usetex feature). I speculate that

Re: [Matplotlib-users] Repeated calls to set_text using TeX formatting results in RuntimeError

2007-12-11 Thread Brian.Boonstra
I believe this is a known bug with 0.90.1. Are you able to run 0.91.1? I just upgraded and checked -- the bug still exists in 0.91.1. I'm afraid I don't know whether it has been fixed by r4633 or not. Best, Brian [EMAIL PROTECTED] wrote: I'm doing a parameter fitting exercise, and

Re: [Matplotlib-users] Repeated calls to set_text using TeX formatting results in RuntimeError

2007-12-11 Thread Brian.Boonstra
Michael et al. The r4633 patch fixes the problem indeed. Thanks for your help!! Brian -Original Message- From: Michael Droettboom [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 10:03 AM To: Boonstra, Brian Cc: matplotlib-users@lists.sourceforge.net Subject: Re: