I wrote:

    mpl.rcParams['lines.color'] = 'r'
    ...
    ...the line is still blue.

BR answers:

Plot() doesn't use lines.color. I don't remember the exact name, but it uses an rcparam for color cycling. Just change make the list of colors be just 'r'.
[*!#!!%*!!]
Of course I found that myself some time after reporting this "bug"... Sorry.
The parameter is "axes.color_cycle"

Jerzy K.


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