John Hunter wrote: >>>>>> "Eric" == Eric Firing <[EMAIL PROTECTED]> writes: > Eric> We did decide to make linewidth=0 suppress drawing the line, > Eric> and this is in the ps backend. Most likely it is not in all > Eric> backends, but it is in pdf, svg, and agg as well as ps. In > > Would it not be better to catch this at the Artist level and either > not make a call to the backend, or force the edgecolor=facecolor > before calling the backend? Then the backend can remain blissfully > ignorant...
No, this strategy won't work for two reasons: 1) edgecolor=facecolor is not the same as not drawing the edge; it leads to artifacts that can be very damaging. 2) the backends implement patch rendering which inherently includes both the edge and the fill, so we can't avoid having mechanisms for telling the backend whether to stroke the former and/or paint the latter. Eric > > JDH ------------------------------------------------------------------------- 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