From f22adf1754f10b717572c9c5e1d6f64561bc5c0d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 23 Nov 2015 01:04:37 +0000 Subject: [PATCH] Change the background colour to white Signed-off-by: Michael Tremer --- src/collecty/constants.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/collecty/constants.py b/src/collecty/constants.py index 249b75e..f5e4617 100644 --- a/src/collecty/constants.py +++ b/src/collecty/constants.py @@ -32,6 +32,9 @@ DEFAULT_LOCALE = "en_GB.utf8" DEFAULT_TIMEZONE = "UTC" GRAPH_DEFAULT_ARGUMENTS = ( + # Change the background colour + "--color", "BACK#FFFFFF", + # Disable the border around the image. "--border", "0", -- 2.47.2