hide yticks in matplotlib
July 2nd, 2011 by Lawrence David
to hide the yticks in matplotlib:
pylab.setp([a.get_yticklines() for a in fig.axes],visible=False)

July 2nd, 2011 by Lawrence David
to hide the yticks in matplotlib:
pylab.setp([a.get_yticklines() for a in fig.axes],visible=False)