[Matplotlib-users] Problem with matshow and yticks: the rows of a matrix drawn by matshow does not have equal height

2011-02-01 Thread Denzel Li
I had this problem but could not find the answer online. I will be highly appreciating if anyone can point me some direction on this problem. I installed pythonxy and used matplotlib through ipython. I used matshow to draw a matrix and then set ticklables. This lead to the shown rows having uneven

Re: [Matplotlib-users] Problem with matshow and yticks: the rows of a matrix drawn by matshow does not have equal height

2011-02-01 Thread Paul Ivanov
Denzel Li, on 2011-02-01 15:34, wrote: I had this problem but could not find the answer online. I will be highly appreciating if anyone can point me some direction on this problem. I installed pythonxy and used matplotlib through ipython. I used matshow to draw a matrix and then set

Re: [Matplotlib-users] Problem with matshow and yticks: the rows of a matrix drawn by matshow does not have equal height

2011-02-01 Thread Denzel Li
Hi Paul: Thank you for you quick response. I am using pythonxy 2.6.5.6. The matplotlib version is: import matplotlib print matplotlib.__version__ 1.0.0 Do you mean the problem is fixed in matplotlib version 1.0.1? I will upgrade it and see how it works. Your suggestion of ylim(3.5, -0.5) does