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

geom_density2df: uneven borders

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

Example:

ggplot({'x': [0, 1], 'y': [0, 1]}, aes('x', 'y')) + geom_density2df()

Output:

ASmirnov-HORIS avatar Nov 22 '23 17:11 ASmirnov-HORIS