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

2011-04-26 Thread _olivier_
Indeed setting aspect = 'auto' in matshow solved my problem. Thanks a lot ! Goyo wrote: > > 2011/4/23 _olivier_ : >> [...] > >> 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

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

2011-04-23 Thread Goyo
2011/4/23 _olivier_ : > [...] > 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 -

[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 other