From: Charlie M. <cw...@gm...> - 2005-11-21 21:52:03
|
simple pylab script: a =3D axes() a.set_xticklabels(['a', 'b', 'c']) show() When I move the mouse around the axes I get this error from the callback: ....... /usr/local/lib/python2.4/site-packages/matplotlib/ticker.py in __call__(self, x, pos) 176 'Return the format for tick val x at position pos' 177 if pos>=3Dlen(self.seq): return '' --> 178 else: return self.seq[pos] 179 180 class FuncFormatter(Formatter): TypeError: list indices must be integers "pos" is None Any ideas? - Charlie CVS and at least GTKAgg and TkAgg |