diff options
Diffstat (limited to 'nemesis/html_gen.py')
| -rw-r--r-- | nemesis/html_gen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nemesis/html_gen.py b/nemesis/html_gen.py index 3c6fbef..89c62d4 100644 --- a/nemesis/html_gen.py +++ b/nemesis/html_gen.py @@ -3,7 +3,7 @@ from plotly.subplots import make_subplots import hashlib import math -TRIM_PERCENT = 0.05 +TRIM_PERCENT = 0.10 def get_color(name): hash_object = hashlib.md5(name.encode()) |
