From 67db83e8f13fb7d49beedf4a4da09905f707bfcb Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Tue, 20 Aug 2024 16:51:37 -0400 Subject: [PATCH] Change from 1C6b0A to 1C6B0A --- src/bg_mpl_stylesheets/bg_mpl_stylesheet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)