Re: [Matplotlib-users] eliminating end labels on axes

2007-09-15 Thread Ryan Krauss
I think I was the one who asked a similar question a while back. Here is a link to John's response: http://article.gmane.org/gmane.comp.python.matplotlib.general/5465 I followed his advice and created my own formatter: from matplotlib.ticker import LogFormatterMathtext class

Re: [Matplotlib-users] eliminating end labels on axes

2007-09-14 Thread Jouni K . Seppänen
James Boyle [EMAIL PROTECTED] writes: I have not been able to figure out how to just make the first and last ytick labels vanish. [...] I thought that the following might work but this just makes all the labels disappear - my understanding is incomplete. ytl = a.get_yticklabels()

[Matplotlib-users] eliminating end labels on axes

2007-08-15 Thread James Boyle
I wish to produce a plot very much like that in the examples - ganged_plots.py. In these type of plots the tick labels on the end points of the y - axis tend to run into each other if nothing is done. In the example -ganged_plots.py, this issue is addressed by judicious use of ylim and