Skip to content
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

Colour coding Marks #55

Closed
nilangli opened this issue Nov 23, 2017 · 1 comment
Closed

Colour coding Marks #55

nilangli opened this issue Nov 23, 2017 · 1 comment

Comments

@nilangli
Copy link

Hi, thanks a lot for this project. It has been super useful so far!

I am having a little bit of an issue while colour coding marks in scatter plots. If I choose classical colours as 'red' or '#FF0000' it works fine, however if I select more exotic colours such as '#3B0B39' it doesn't plot anything.

gmap.scatter(lats, lons, '#FF0000', marker=True) -> works, yeyy :)
gmap.scatter(lats, lons, '#3B0B39', marker=True) -> doesn't work :(

Any idea of why I am having this problem?
#I am using python 3.6 on a mac

@nilangli
Copy link
Author

Just realised that the code loads a marker with the specific colour rather than creating one so that solves my question!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant