Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created April 21, 2020 13:21
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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