We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
data = { 'label': ["== 0 ==>", "== 60 ==>", "== 120 ==>", "== 180 ==>", "== -60 ==>", "== -120 ==>"], 'angle': [0, 60, 120, 180, -60, -120], } p + geom_livemap() + geom_point(x=0, y=0, size=140, color='white', alpha=0.6)\ + geom_text(aes(label = 'label', angle='angle'), data=data, x=0, y=0, hjust = "left", vjust = "center", size=10, family='monospace', color='red')
Compare to not on the map:
The text was updated successfully, but these errors were encountered:
geom_text() looks good in this demo : Quickstart with Maps
geom_text()
Sorry, something went wrong.
Fixed via dcab039d.
IKupriyanov-HORIS
No branches or pull requests
Compare to not on the map:
The text was updated successfully, but these errors were encountered: