jiweiqi / covid19-mobility

Projection of Future Mobility and Fuel Demand using Machine Learning
https://covid19-mobility.com
MIT License
24 stars 14 forks source link

Reduce number of traces #2

Closed jiweiqi closed 4 years ago

jiweiqi commented 4 years ago

https://github.com/jiweiqi/covid19-mobility/blob/692eb6f165500d29613b71acf9559eeb516b20c9/visulization_plotly/us_map.py#L22

Currently, the time slider iterate each day, which makes the html file size pretty large. It will be better to the number of traces by plotting every seven days.