On Fri, Mar 7, 2008 at 2:48 AM, Troels Kofoed Jacobsen
<[EMAIL PROTECTED]> wrote:
> Hi all
>
>  Can i make something transparent?
>
>  E.g the markerfacecolor?

Set the alpha to a value less than one, eg

ax.plot(something, mfc='green', alpha=0.5)

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