[Numpy-discussion] error bar default color

Jin-chung Hsu hsu at stsci.edu
Fri Aug 27 13:43:14 EDT 2004


In 0.61.0, when plotting a simple array with error bars, the default color of 
the error bars is black, instead of being the same as the line/markers color, 
e.g.:

>>> errorbar([1,2,3,4,5],[3,4,5,6,7],fmt='ro',yerr=[1,1,1,1,1])

I prefer them to be the same, especially since the default color for marker/line 
is blue and a beginner may be surprised to see the different color.

This may be related to my last posting regarding the marker edge color.

JC





More information about the NumPy-Discussion mailing list