Feed on
Posts
Comments

to hide the tick lines in matplotlib:

xaxis = ax.xaxis

xaxis.set_ticks_position(‘none’)


Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

One Response to “hide tick lines in matplotlib”

  1. on 17 May 2012 at 7:21 pm Louis Kreusel

    Thanks much!, just what I needed. Trolling through the docs for matplotlib can take forever…

Did I get this wrong? Let me know!

Trackback URI | Comments RSS