From: Charles <ct...@cs...> - 2003-11-10 10:20:49
|
Hmm. Current I seem to have to blank y and x axes separately. ax.set_yticklabels([]) # works fine ax.set_xticklabels([]) # nope # but... ax.set_xticklabels([ '' for x in blah ]) # yep Given that both call ticklabels, I'm not sure why. -C -- Charles R. Twardy www.csse.monash.edu.au/~ctwardy Monash University sarbayes.org Computer Sci. & Software Eng. +61(3) 9905 5823 (w) 5146 (fax) |