tzurshubi commited on
Commit
c187b41
·
verified ·
1 Parent(s): 071ee57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -428,7 +428,7 @@ def make_figure(d: int,
428
  base_size = node_r * 2
429
 
430
  if mark_distances and v in neighbor_set:
431
- sizes.append(base_size * 1.5)
432
  else:
433
  sizes.append(base_size * (2 if v in in_path else 1))
434
 
 
428
  base_size = node_r * 2
429
 
430
  if mark_distances and v in neighbor_set:
431
+ sizes.append(base_size * 1.4)
432
  else:
433
  sizes.append(base_size * (2 if v in in_path else 1))
434