[Matplotlib-users] Matplotlib (pylab) datetime incompatible with Egenix mxDateTime

2006-07-16 Thread Simon Hook
Hi, [cross posted to egenix and matplotlib] I have been using the egenix mxDateTime module and want to plot some of the dates with Matplotlib (pylab). Pylab uses num2date and date2num to covert datesandtimes to floating point values for plotting. Unfortunately if you give pylab date2num an

Re: [Matplotlib-users] Matplotlib (pylab) datetime incompatible with Egenix mxDateTime

2006-07-16 Thread John Hunter
Simon == Simon Hook [EMAIL PROTECTED] writes: Simon Hi, [cross posted to egenix and matplotlib] Simon I have been using the egenix mxDateTime module and want to Simon plot some of the dates with Matplotlib (pylab). Pylab uses Simon num2date and date2num to covert datesandtimes

Re: [Matplotlib-users] Matplotlib (pylab) datetime incompatible with Egenix mxDateTime

2006-07-16 Thread Simon Hook
Works like a champ. Thank you, S. John Hunter wrote: Simon == Simon Hook [EMAIL PROTECTED] writes: Simon Hi, [cross posted to egenix and matplotlib] Simon I have been using the egenix mxDateTime module and want to Simon plot some of the dates with Matplotlib