Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created April 21, 2020 13:21
Show Gist options
  • Save abhishek-shrm/15d8c08386109f960737c46ba063fb69 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/15d8c08386109f960737c46ba063fb69 to your computer and use it in GitHub Desktop.
from folium.plugins import HeatMapWithTime
fig7=Figure(width=850,height=550)
m7=folium.Map(location=[40.712776, -74.005974],zoom_start=10)
fig7.add_child(m7)
@Olisa-Okolo
Copy link

What is the reason for the indent in line 2?
What module is "Figure" from?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment