pors commited on
Commit
caf45b8
·
1 Parent(s): 0e14af8

larger images size => larger dots in chart

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -111,6 +111,7 @@ def create_plot(benchmark_file, x_axis, y_axis, selected_families, log_x, log_y)
111
  height=800,
112
  x=x_axis,
113
  y=y_axis,
 
114
  log_x=log_x,
115
  log_y=log_y,
116
  color="family",
 
111
  height=800,
112
  x=x_axis,
113
  y=y_axis,
114
+ size=df['infer_img_size']**2,
115
  log_x=log_x,
116
  log_y=log_y,
117
  color="family",