Petr Tsvetkov commited on
Commit
827777f
1 Parent(s): 303303b

Remove the histograms

Browse files
Files changed (1) hide show
  1. statistics.py +1 -1
statistics.py CHANGED
@@ -41,7 +41,7 @@ def build_plotly_chart(stat_golden, stat_e2s, stat_s2e, stat_e2s_s2e, stat_name)
41
  group_labels = ['Golden', 'e2s', 's2e', 'e2s+s 2e', 'Synthetic']
42
 
43
  fig = ff.create_distplot(hist_data, group_labels,
44
- bin_size=.1, show_rug=False, show_hist=True)
45
 
46
  fig.update_layout(title_text=stat_name)
47
 
 
41
  group_labels = ['Golden', 'e2s', 's2e', 'e2s+s 2e', 'Synthetic']
42
 
43
  fig = ff.create_distplot(hist_data, group_labels,
44
+ bin_size=.1, show_rug=False, show_hist=False)
45
 
46
  fig.update_layout(title_text=stat_name)
47