JetBrains / JetBrains/lets-plot

Labels are shadowed by livemap elements

Open
#695 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
1.8k
Forks
60
PR merge metrics
No merged PRs in 30d

Description

I expect that labels should not be shadowed by livemap elements:

```python
gdf = geocode_cities("Washington").get_centroids()
ggplot() + geom_livemap(zoom=7) + \
geom_label(aes(label="found name"), data=gdf, size=12, color="red")
```

Maybe it also should work the same for `geom_text()`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.