lets-plot
lets-plot copied to clipboard
Combination of `corr_plot()` and `theme_void()` looks weird on axes
Example:
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.