fig clf inserted and not resize on kld
This commit is contained in:
+7
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user