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.


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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to