JetBrains / JetBrains/lets-plot
Combination of `corr_plot()` and `theme_void()` looks weird on axes
Open
- Dominant language
- Kotlin
- Stars
- 1.8k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Example:
```python
data = {
'x': [0, 1, 2],
'y': [2, 0, 1],
}
corr_plot(data).tiles().build() + theme_void()
```
But I expect either the ticks to become invisible or the labels to stay on the axes.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.