>>>>> "Helge" == Helge Avlesen <[EMAIL PROTECTED]> writes:


    Helge> hi, which option is that? I know the length can be set
    Helge> there, but the width?  trying e.g.  xtick.linewidth : 1.0
    Helge> does not seem to work.

These aren't covered by default params (well they use the same width
as lines.linewidth

You can customize them with

for line in ax.get_xticklines():
    line.set_linewidth(2.0)

JDH

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to