Spaces:
Running
Running
Commit ·
6c57ec4
1
Parent(s): 45039c6
remove hist
Browse files
app.py
CHANGED
|
@@ -154,7 +154,6 @@ def full_report():
|
|
| 154 |
trendline_options=dict(window=7),
|
| 155 |
trendline_color_override="goldenrod",
|
| 156 |
trendline_scope='overall',
|
| 157 |
-
marginal_y="histogram",
|
| 158 |
template="plotly_dark")
|
| 159 |
|
| 160 |
return f"# Total Jumps: {total_jumps:,}", total, avg, total_map, jumps_over_time, county_map, per_day_plot
|
|
|
|
| 154 |
trendline_options=dict(window=7),
|
| 155 |
trendline_color_override="goldenrod",
|
| 156 |
trendline_scope='overall',
|
|
|
|
| 157 |
template="plotly_dark")
|
| 158 |
|
| 159 |
return f"# Total Jumps: {total_jumps:,}", total, avg, total_map, jumps_over_time, county_map, per_day_plot
|