lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

Combination of `corr_plot()` and `theme_void()` looks weird on axes

Open ASmirnov-HORIS opened this issue 2 years ago • 0 comments

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.

ASmirnov-HORIS avatar Aug 31 '23 14:08 ASmirnov-HORIS