From 600cd41dd263db84401f661f16b5f420c895fd77 Mon Sep 17 00:00:00 2001 From: "a.ott" Date: Thu, 16 Jul 2020 13:31:14 +0200 Subject: [PATCH] add file to collect all gloabl figure constants --- Figure_constants.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Figure_constants.py diff --git a/Figure_constants.py b/Figure_constants.py new file mode 100644 index 0000000..9ef36a6 --- /dev/null +++ b/Figure_constants.py @@ -0,0 +1,8 @@ + + +FIG_SIZE_SMALL = (4, 4) +FIG_SIZE_MEDIUM = (6, 6) +FIG_SIZE_LARGE = (8, 8) + +COLOR_MODEL = "orange" +COLOR_DATA = "blue"