dylanplummer commited on
Commit
6ffd3ed
·
verified ·
1 Parent(s): d58840e

Update app.py

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