Created
April 21, 2020 13:21
-
-
Save abhishek-shrm/15d8c08386109f960737c46ba063fb69 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the reason for the indent in line 2?
What module is "Figure" from?