From cf2b5cba2697fd0b62b4c0bd1554ba0aaa4d5d9d Mon Sep 17 00:00:00 2001 From: Ian Osband Date: Tue, 29 Sep 2020 02:20:56 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 334334765 Change-Id: I1080d6b302fb77b3d75633c4d2ed487e6b26730d --- bsuite/utils/plotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsuite/utils/plotting.py b/bsuite/utils/plotting.py index e95d470b..b35e52f8 100644 --- a/bsuite/utils/plotting.py +++ b/bsuite/utils/plotting.py @@ -40,7 +40,7 @@ '#4daf4a', # GREEN '#f46d43', # ORANGE '#d73027', # RED -] +] * 10 # Hack to allow internal code to use functions without error CATEGORICAL_COLOURS = ([ '#313695', # DARK BLUE