dylanplummer commited on
Commit
64462ff
·
1 Parent(s): 9aece52

remove outline

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -286,9 +286,10 @@ def inference(x, count_only_api, api_key,
286
  bgcolor="AliceBlue",
287
  ),
288
  paper_bgcolor='rgba(0,0,0,0)',
289
- plot_bgcolor='rgba(0,0,0,0)',
290
- marker_line_width=0
291
  )
 
 
292
  fig.update_layout(coloraxis_colorbar=dict(
293
  tickvals=event_type_tick_vals,
294
  ticktext=['single rope speed', 'double dutch', 'double unders', 'single bounces', 'double bounces', 'triple unders', 'other'],
 
286
  bgcolor="AliceBlue",
287
  ),
288
  paper_bgcolor='rgba(0,0,0,0)',
289
+ plot_bgcolor='rgba(0,0,0,0)'
 
290
  )
291
+ # remove white outline from marks
292
+ fig.update_traces(marker_line_width = 0)
293
  fig.update_layout(coloraxis_colorbar=dict(
294
  tickvals=event_type_tick_vals,
295
  ticktext=['single rope speed', 'double dutch', 'double unders', 'single bounces', 'double bounces', 'triple unders', 'other'],