Re: [Matplotlib-users] eliminating the top tick on an axis

2008-09-11 Thread Jae-Joon Lee
Hi, It seems that there is no guarantee that the get_major_ticks() methods returns only ticks within the view interval, i.e., it can return ticks outside the data limit. As far as I see, this is related with the general behavior of locator objects. For example, In [71]: ax.yaxis.get_view_interv

[Matplotlib-users] eliminating the top tick on an axis

2008-09-11 Thread j s oishi
Hi, I have a very vexing problem. I am using MPL (both 0.98.1 and 0.91.2) to create a vertical stack of three plots with no space in between. In order to do so, I need to eliminate either the top or bottom tick of each plot. I have chosen to eliminate the top tick, and I am doing something like th