fig clf inserted and not resize on kld

This commit is contained in:
Steffen Illium
2020-03-13 21:52:33 +01:00
parent bb47e07566
commit 2305c8e54a
33 changed files with 403 additions and 279 deletions
+7 -1
View File
@@ -1,9 +1,15 @@
from pathlib import Path
_ROOT = Path('..')
# Labels for classes
HOMOTOPIC = 1
ALTERNATIVE = 0
ANY = -1
# Colors for img files
WHITE = 255
BLACK = 0
DPI = 100
# Variables for plotting
PADDING = 0.25
DPI = 50