Re: [Matplotlib-users] dateformatter doesn't

2006-12-16 Thread John Hunter
> "Simson" == Simson Garfinkel <[EMAIL PROTECTED]> writes: Simson> That's odd. I would think that it makes more sense to set Simson> the format *before* the data is plot, not after. When normed is True, hist returns a probability density so that the integral of the histogram equals on

Re: [Matplotlib-users] dateformatter doesn't

2006-12-16 Thread John Hunter
> "Simson" == Simson Garfinkel <[EMAIL PROTECTED]> writes: Simson> That's odd. I would think that it makes more sense to set Simson> the format *before* the data is plot, not after. ... Simson> Probably a good thing for people like me who have never Simson> used Matlab. This is

Re: [Matplotlib-users] dateformatter doesn't

2006-12-16 Thread Simson Garfinkel
On Dec 16, 2006, at 10:25 PM, John Hunter wrote: >> "Simson" == Simson Garfinkel <[EMAIL PROTECTED]> writes: > > Simson> Greetings. I've been having lots of luck with my date > Simson> plots. But I've been having a problem getting the > Simson> dateformatter to work. I'm using th

Re: [Matplotlib-users] dateformatter doesn't

2006-12-16 Thread John Hunter
> "Simson" == Simson Garfinkel <[EMAIL PROTECTED]> writes: Simson> Greetings. I've been having lots of luck with my date Simson> plots. But I've been having a problem getting the Simson> dateformatter to work. I'm using the code below. The dates Simson> keep getting formatted

[Matplotlib-users] dateformatter doesn't

2006-12-14 Thread Simson Garfinkel
Greetings. I've been having lots of luck with my date plots. But I've been having a problem getting the dateformatter to work. I'm using the code below. The dates keep getting formatted with the default, "Sep 28 2006" instead of what I want, "Sep 28" Any thoughts? from datetime import date