Bonjour François!

Take it easy.

rc("lines", markeredgewidth=4)

There is no reasons to put cycle inside you code.

Regards, 

On Sunday 08 October 2006 12:08, François Beaubert wrote:
> Le Vendredi 6 Octobre 2006 19:59, John Hunter a écrit :
> > for line in ax.get_xticklines():
> >     line.set_linewidth(2.0)
>
> Thanks !
> I have try this as in examples/axes_props.py but it doesn't work for me
>
> from pylab import *
>
> t = arange(0.0, 2.0, 0.01)
> s = sin(2*pi*t)
> ax = subplot(111)
> ax.plot(t, s)
> ax.grid(True)
>
> ticklines = ax.get_xticklines()
> ticklines.extend( ax.get_yticklines() )
>
> for line in ticklines:
>     line.set_linewidth(4)
>
> show()
>
> any ideas ? I use matplotlib-0.87.5 and Python 2.4.3
> Is there a way to do this in matplotlibrc like for tick length ?

-------------------------------------------------------------------------
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