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

2011-04-23 Thread jfortiv
Hi, This actually did not work for me. Can you show me the full code that you used to successfully produce the time-format x-axis labels? Thanks, James Sebastian Berg wrote: Hello, don't know the foo behind it, but using ax.xaxis.set_major_formatter(mdates.DateFormatter('%Y-%m-%d

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

2011-04-23 Thread Goyo
2011/4/23 jfortiv jfor...@gmail.com: Hi, This actually did not work for me.  Can you show me the full code that you used to successfully produce the time-format x-axis labels? See attached files. Goyo sample.py Description: Binary data attachment:

[Matplotlib-users] Try to have none-overlapping labels in one axe using matshow

2011-04-23 Thread _olivier_
Not sure this message was sent successfully. So I send it again. Sorry if you receive it twice... Hello, This question has certainly been answered in a previous thread but after searching around I did not find any solution... I have got a matrix 6x500 (so one size is much biggger than the

Re: [Matplotlib-users] Try to have none-overlapping labels in one axe using matshow

2011-04-23 Thread Goyo
2011/4/23 _olivier_ olir...@gmail.com: [...] I have got a matrix 6x500 (so one size is much biggger than the other one) and I try to expand the shorter axe so that the labels on it are well displayed (not overlapped. Use the aspect kwarg in matshow. Goyo