John Hunter wrote:

> Whether or not linewidth=0 is respected may be backend dependent.  In
> postscript it means use the smallest possible line.  We have discussed
> overriding this at the mpl level to impose consistency, but am not
> sure what the status of this is.  The safest best is to set the
> edgecolor and facecolor to be identical.

John,

We did decide to make linewidth=0 suppress drawing the line, and this is 
in the ps backend.  Most likely it is not in all backends, but it is in 
pdf, svg, and agg as well as ps.  In the ps backend it is in the 
_draw_ps() method, so unless there is a code path that does not use this 
method, it should work.

Sergio, I deleted your original message so I don't remember how much 
info you gave.  If linewidth=0 is not suppressing edge drawing and you 
are using mpl 0.87.7 or svn, then please provide a simple script 
illustrating the problem and say what backend and mpl version you are using.

Eric

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