set the axis tick width in matplotlibrc file

I try to set the axis tick width in matplotlibrc file,but I could’t find the item.
I want to know whether the tick width can be changed.

bitmap2.png

I adjust this using
mpl.rcParams['lines.markeredgewidth'] = 1.5 # or whatever value you want

This will also adjust things other than just the tick marks, but hopefully it does what you want.

-Jeff

···

On Feb 20, 2012, at 4:10 AM, 李颜涛 wrote:

<bitmap2.png>

I try to set the axis tick width in matplotlibrc file,but I could't find the item.
I want to know whether the tick width can be changed.