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

About scatter points annotation #64

Closed
hetheclif opened this issue Mar 13, 2018 · 2 comments
Closed

About scatter points annotation #64

hetheclif opened this issue Mar 13, 2018 · 2 comments
Assignees
Labels
support General support.

Comments

@hetheclif
Copy link

Hi, I want to know how can I add an annotation to every point? Can anyone help me?
Thanks

@vgm64
Copy link
Collaborator

vgm64 commented Mar 13, 2018 via email

@frslm frslm added the support General support. label Apr 25, 2020
@frslm frslm self-assigned this Apr 27, 2020
@frslm
Copy link
Contributor

frslm commented Jun 1, 2020

@hetheclif, this feature was just merged into master in #152 - you can now specify a title or label for each marker using scatter():

map.scatter(lats, lngs, marker=True,
            title=['First', 'Second', 'Third', 'Fourth'],
            label=['A', 'B', 'C', 'D']
)

@frslm frslm closed this as completed Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support General support.
Projects
None yet
Development

No branches or pull requests

3 participants