Re: [Matplotlib-users] Date format the x-axis of a barh() plot?

2011-04-27 Thread jfortiv
This worked. Thank you very much! For some reason I had commented out ax.fmt_xdata = ... This is exactly what I needed. James Goyo wrote: > > 2011/4/23 jfortiv : >> >> Hi, >> >> This actually did not work for me.  Can you show me the full code that >>

Re: [Matplotlib-users] Date format the x-axis of a barh() plot?

2011-04-23 Thread jfortiv
eFormatter('%Y-%m-%d %H:%M:%S')) > works. > > Regards, > > Sebastian > > On Sun, 2011-04-17 at 19:52 -0700, jfortiv wrote: > >> Hello, >> >> I'm trying to create a bar chart that looks something like a gannt >> chart... >>

[Matplotlib-users] Date format the x-axis of a barh() plot?

2011-04-18 Thread jfortiv
Hello, I'm trying to create a bar chart that looks something like a gannt chart... See the simple example here: http://www.promana.net/making-use-of-gantt-charts/ I'm trying to utilize barh() and fmt_xdata to accomplish this with the following: #~~~ date1 = datetime.date