tick mark question

I just set the tick list to be an empty list.
In pylab:

from pylab import *
plot([1,2,3])

[<matplotlib.lines.Line2D instance at 0x015F4FA8>]

xticks()

Is that what you want to do?

Mark