[matplotlib-devel] Bug in julian2num()/num2julian()?

2010-03-04 Thread Günter Lichtenberg
Hi I think there is a bug in the conversion routines jul2num() and num2jul(). I tried to define a date axis for satellite data. The time is measured in a modified Julian Date (JD). So reading in the data and then doing mp = julian2num(jd) dates = num2date(mp) resulted in an error "year out of

Re: [matplotlib-devel] Bug in julian2num()/num2julian()?

2010-03-04 Thread John Hunter
2010/3/4 Günter Lichtenberg : > Hi > > I think there is a bug in the conversion routines jul2num() and num2jul(). I > tried to define a date axis for satellite data. The time is measured in a > modified Julian Date (JD). So reading in the data and then doing Hi Günter, Thanks for digging into thi

Re: [matplotlib-devel] Bug in julian2num()/num2julian()?

2010-03-04 Thread Günter Lichtenberg
On Thursday 04 March 2010 14:20:41 you wrote: > 2010/3/4 Günter Lichtenberg : > > Hi > > > > I think there is a bug in the conversion routines jul2num() and > > num2jul(). I tried to define a date axis for satellite data. The time is > > measured in a modified Julian Date (JD). So reading in the d

[matplotlib-devel] FontProperties being ignored...

2010-03-04 Thread James Evans
All, I just submitted bug #2963827 detailing this, but thought that I would echo the problem here. When plotting annotations and specifying the FontProperties to use, the specified values are completely ignored. See the attached script and image for an example. Am I doing something inhe

Re: [matplotlib-devel] FontProperties being ignored...

2010-03-04 Thread Jae-Joon Lee
Do you have fonts whose family name is "sans serif"? Maybe you meant "sans-serif"? "sans-serif" searches for fonts whose family name is in rcParams["font.sans-serif"], but "sans serif" only search for "sans serif". I don't think it has anything to do with annotation. Check if findfont gives you a