add file to collect all gloabl figure constants

This commit is contained in:
a.ott 2020-07-16 13:31:14 +02:00
parent 6ea3eadb88
commit 600cd41dd2

8
Figure_constants.py Normal file
View File

@ -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"