mgyigit commited on
Commit
0c329c2
1 Parent(s): 5b628bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def benchmark_plot(benchmark_type, methods_selected, x_metric, y_metric):
62
  return general_visualizer_plot(methods_selected, x_metric=x_metric, y_metric=y_metric)
63
  elif benchmark_type == 'similarity':
64
  title = f"Similarity Benchmark: {x_metric} vs {y_metric}"
65
- return draw_scatter_plot(methods_selected, x_metric, y_metric, title)
66
  elif benchmark_type == 'Benchmark 3':
67
  return benchmark_3_plot(x_metric, y_metric)
68
  elif benchmark_type == 'Benchmark 4':
 
62
  return general_visualizer_plot(methods_selected, x_metric=x_metric, y_metric=y_metric)
63
  elif benchmark_type == 'similarity':
64
  title = f"Similarity Benchmark: {x_metric} vs {y_metric}"
65
+ return draw_scatter_plot_similarity(methods_selected, x_metric, y_metric, title)
66
  elif benchmark_type == 'Benchmark 3':
67
  return benchmark_3_plot(x_metric, y_metric)
68
  elif benchmark_type == 'Benchmark 4':