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 MyFormatter(LogForm
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
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 defin