mgyigit commited on
Commit
4106543
1 Parent(s): 90fcb15

Update src/vis_utils.py

Browse files
Files changed (1) hide show
  1. src/vis_utils.py +1 -1
src/vis_utils.py CHANGED
@@ -22,7 +22,7 @@ global data_component, filter_component
22
 
23
 
24
 
25
- def benchmark_plot(benchmark_type, methods_selected, x_metric, y_metric):
26
  if benchmark_type == 'similarity':
27
  return plot_similarity_results(methods_selected, x_metric, y_metric)
28
  elif benchmark_type == 'function':
 
22
 
23
 
24
 
25
+ def benchmark_plot(benchmark_type, methods_selected, x_metric, y_metric, aspect, dataset_type, dataset, single_metric):
26
  if benchmark_type == 'similarity':
27
  return plot_similarity_results(methods_selected, x_metric, y_metric)
28
  elif benchmark_type == 'function':