Is it possible to fix the range of x and y axis in a density plot with CairoMakie ?
For an example, I would like to fix the range of x axis from 10 to 100 and force the y axis to start from 0 (I want to remove the gap above the major x axis)
fig = CairoMakie.density(ages_obtention, color = (:blue, 0.3),
strokecolor = :blue, strokewidth = 2, strokearound = true,
)

You can use
xlims!andylims!