dylanplummer commited on
Commit
9f43581
·
verified ·
1 Parent(s): f3dd39a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -247,6 +247,7 @@ def full_report():
247
  title='Jumps by Continent/Country/City (click anywhere!)',
248
  template="plotly_dark",
249
  color_continuous_scale='jet',
 
250
  branchvalues='total',
251
  height=800,
252
  maxdepth=4,
 
247
  title='Jumps by Continent/Country/City (click anywhere!)',
248
  template="plotly_dark",
249
  color_continuous_scale='jet',
250
+ range_color=np.quantile(icicle_df['jumps'].values, q=0.95),
251
  branchvalues='total',
252
  height=800,
253
  maxdepth=4,