<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hi,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">I have a plot on which I want to plot many points as open circles.  I also want to include a legend.  The problem is that while a thin marker edge width works very nicely for the plot, it is difficult to see in the legend.  My solution, which does work, is to define Line2D objects as proxy artists and keep all the attributes the same except the mew, which I increase.  However, this seems error prone: if one changes attributes of the line, then one has to also make those same changes to the proxy artist line.  I thought a better solution was to create the proxy artist as a duplicate (copy) of the line and then change the mew via line.set_mew(n).  However, I haven't been able to figure out how to duplicate a Line2D object.  I tried copy and deepcopy from the python builtin copy module, but those didn't work.  Any help on this (including alternative ways of approaching the problem) would be appreciated.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thanks,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Jon</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr">________________________________________________________<br>Jonathan D. Slavin                 Harvard-Smithsonian CfA<br><a href="mailto:jslavin@cfa.harvard.edu" target="_blank">jslavin@cfa.harvard.edu</a>       60 Garden Street, MS 83<br>phone: (617) 496-7981       Cambridge, MA 02138-1516<br>cell: (781) 363-0035             USA<br>________________________________________________________<br><br></div></div></div></div>
</div>