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 ? -- François BEAUBERT ENSIAME/LME Bureau A9 Université de Valenciennes - Le Mont Houy - 59313 Valenciennes Cedex 9 Téléphone: (0/33)3 27 51 19 72 Télécopie: (0/33)3 27 51 19 61 Mel: [EMAIL PROTECTED] -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ------------------------------------------------------------------------- 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