diff --git a/src/bg_mpl_stylesheets/bg_mpl_stylesheet b/src/bg_mpl_stylesheets/bg_mpl_stylesheet index 45633aa..65cd98b 100644 --- a/src/bg_mpl_stylesheets/bg_mpl_stylesheet +++ b/src/bg_mpl_stylesheets/bg_mpl_stylesheet @@ -324,7 +324,7 @@ axes.labelcolor : k #axes.unicode_minus : True ## use unicode for the minus symbol ## rather than hyphen. See ## http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes -axes.prop_cycle : cycler('color', ['0B3C5D', 'B82601', '1C6b0A', '328CC1', 'A8B6C1','D9B310', '6C5050', '76323F', '626E60', '918770', 'C09F80', 'B0B0B0']) +axes.prop_cycle : cycler('color', ['0B3C5D', 'B82601', '1C6B0A', '328CC1', 'A8B6C1','D9B310', '6C5050', '76323F', '626E60', '918770', 'C09F80', 'B0B0B0']) ## color cycle for plot lines as list of string ## colorspecs: single letter, long name, or web-style hex ## Note the use of string escapes here ('1f77b4', instead of 1f77b4)