2012/8/30 Sterling Smith <smit...@fusion.gat.com>:

> Thank you for taking the time to consider my question.  I'm sorry that I 
> didn't pose my question correctly.  I should have said: 'Consider the 
> _results_ of the following script:'  I originally tried to attach the results 
> I obtained, which showed no change in color for the markers in the legend, 
> while the line connecting the markers in the legend did change color.

Actualy your question is correctly posted but I misread it. Calling
set_color changes only the line color, not the markers. This is
expected and documented behavoir. There are separate methods for the
markers:

line[0].set_markerfacecolor
line[0].set_markeredgecolor

See 
http://matplotlib.sourceforge.net/api/artist_api.html#matplotlib.lines.Line2D

Regards

Goyo

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to