From a28188b495d55101ab160f8220489dd1c6f30b21 Mon Sep 17 00:00:00 2001 From: Josh Borrow <joshua.borrow@durham.ac.uk> Date: Mon, 22 Jun 2020 13:08:41 +0100 Subject: [PATCH] Add additional colours to stylesheet --- tools/stylesheets/mnras.mplstyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/stylesheets/mnras.mplstyle b/tools/stylesheets/mnras.mplstyle index 2b1ff222b5..7975745565 100644 --- a/tools/stylesheets/mnras.mplstyle +++ b/tools/stylesheets/mnras.mplstyle @@ -27,4 +27,4 @@ ytick.direction: in axes.axisbelow: False # Setup colours -axes.prop_cycle: cycler('color', ['00AEFF','FF8C40','CC4314', '5766B3', '68246D']) + axes.prop_cycle: cycler('color', ['5EEA8C', '00AEFF','FF8C40', 'A646FF', 'CC4314', '5766B3', '68246D']) \ No newline at end of file -- GitLab