thov commited on
Commit
a7d5430
1 Parent(s): 41dd509

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -2
utils.py CHANGED
@@ -81,9 +81,9 @@ def display_graph(csv_file, *, threshold, corr_type):
81
  edge_size_normalization_max=6,
82
 
83
  # force-directed graph specs
84
- edge_curvature=0.3,
85
  use_centering_force=True,
86
- many_body_force_strength=-150,
87
  )
88
 
89
  return disp.to_html()
 
81
  edge_size_normalization_max=6,
82
 
83
  # force-directed graph specs
84
+ edge_curvature=0.4,
85
  use_centering_force=True,
86
+ many_body_force_strength=-300,
87
  )
88
 
89
  return disp.to_html()