From: Torsten H. <tor...@gm...> - 2007-08-21 07:30:50
|
Hello, I am looking for an way to set the width of the tick lines in a plot. I have not found any rc parameter for this. Doing: plot(...) c=gca() tl=c.get_ticklines() gives a list of tickline objects. Every tickline object has a method tl[0].set_linewidth(). Calling this method with different float parameters seems to have no effect. Thanks for any hint on this, Torsten. |