Re: [Matplotlib-users] plotting years and months

2009-07-19 Thread John Hunter
On Sun, Jul 19, 2009 at 7:03 AM, willemmerson wrote: > > This is such a noob question but I can't seem to find the answer anywhere. I > have a certain amount of something per month which I want to display on the > y axis, I want the x axis to show years and months, i.e. it runs from 2003 > to 2009.

[Matplotlib-users] plotting years and months

2009-07-19 Thread willemmerson
This is such a noob question but I can't seem to find the answer anywhere. I have a certain amount of something per month which I want to display on the y axis, I want the x axis to show years and months, i.e. it runs from 2003 to 2009. I have no problem with the python side, just the plotting sid