-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate into subplot #16
Comments
Hi @slayomer, thanks for asking!
|
Hi @tcassou thanks for your swift response, it worked well. Also managed to solve the other issues which are:
Thanks again creating such nice library for google maps plotting. Cheers, |
Hi @slayomer I'll close this issue for now, don't hesitate to reopen it if needed, |
Hi tcassou,
Thank you very much for the work!
I am new to Python. I invoke mplt.scatter function in a for loop, each time inputting with the corresponding row of my dataframe. 2 problems I encounter so far:
When I pass the dataframe's ith row in the for loop mplt.scatter(df_geo['latitude'][i],df_geo['longitude'][i]) it throws the following error "numpy.float64' object has no attribute 'index". I wanted to put ith dot on the map within the loop.
In the for loop, each time it creates a figure, how can I put it one of my subplots and update the map in the for loop.
Cheers,
The text was updated successfully, but these errors were encountered: