axes.set_xticklabels bug?

Re: axes.set_xticklabels bug?
I believe the issue is still a bug. I have recently begun working with pylab. With the latest release, I get the same error when I execute the vertical_ticktabels.py example.

The error message is: “TypeError: list indices must be integers”

Brian Bowen