On Mon, Jun 2, 2008 at 12:45 PM, John Hunter <[EMAIL PROTECTED]> wrote:

> for line in ax.get_xticklines() + ax.get_yticklines():
>    line.set_markeredgewidth(10)

Correction ( I should have read the link myself first).  The property
you are probably interested is the markersize (marker size in points)
though markeredgewidth may be useful too....

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to