[Matplotlib-users] histogram withx axis dates

2012-07-14 Thread Mark Lawrence
Sorry if I've missed this in the docs but is it possible to directly plot a histogram with a date x axis or do I have to roll my own? This is critical as I'm on a diet and trying to plot my weight loss against date :) -- Cheers. Mark Lawrence.

Re: [Matplotlib-users] histogram withx axis dates

2012-07-14 Thread Mark Lawrence
On 14/07/2012 13:05, Damon McDougall wrote: On Sat, Jul 14, 2012 at 12:49:29PM +0100, Mark Lawrence wrote: Sorry if I've missed this in the docs but is it possible to directly plot a histogram with a date x axis or do I have to roll my own? This I'm assuming you have weight data AND date

Re: [Matplotlib-users] histogram withx axis dates

2012-07-14 Thread William R. Wing (Bill Wing)
On Jul 14, 2012, at 7:49 AM, Mark Lawrence wrote: Sorry if I've missed this in the docs but is it possible to directly plot a histogram with a date x axis or do I have to roll my own? This is critical as I'm on a diet and trying to plot my weight loss against date :) -- Cheers.

Re: [Matplotlib-users] histogram withx axis dates

2012-07-14 Thread Mark Lawrence
On 14/07/2012 13:41, William R. Wing (Bill Wing) wrote: On Jul 14, 2012, at 7:49 AM, Mark Lawrence wrote: Sorry if I've missed this in the docs but is it possible to directly plot a histogram with a date x axis or do I have to roll my own? This is critical as I'm on a diet and trying to plot

Re: [Matplotlib-users] histogram withx axis dates

2012-07-14 Thread Damon McDougall
On Sat, Jul 14, 2012 at 01:57:13PM +0100, Mark Lawrence wrote: On 14/07/2012 13:41, William R. Wing (Bill Wing) wrote: On Jul 14, 2012, at 7:49 AM, Mark Lawrence wrote: Sorry if I've missed this in the docs but is it possible to directly plot a histogram with a date x axis or do I have to

Re: [Matplotlib-users] histogram withx axis dates

2012-07-14 Thread William R. Wing (Bill Wing)
On Jul 14, 2012, at 8:57 AM, Mark Lawrence wrote: On 14/07/2012 13:41, William R. Wing (Bill Wing) wrote: On Jul 14, 2012, at 7:49 AM, Mark Lawrence wrote: Sorry if I've missed this in the docs but is it possible to directly plot a histogram with a date x axis or do I have to roll my own?