Has the mec always been black? I thought it used to be the same as the 
line colour. I expected it to default to the line colour, as Che expected.

Gary R.

Norbert Nemec wrote:
> Sorry for my misleading words - I did not correctly recall my own work 
> from back then...
> 
> In fact, the code as it is does not change the mec automatically when 
> the mfc of a filled_marker is set to "None" but leaves it black. I did 
> consider adding an automation to change but decided against it. The 
> logic would have become too complex and hard to predict.
> 
> What you can do is setting the mec afterwards using get_color on the 
> plot like
> 
>     pl, = plot(x,y,"-o",mfc="None")
>     pl.set_mec(pl.get_color())
> 
> Hope that helps?
> 
> Greetings,
> Norbert

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to