```julia using CairoMakie fig = Figure() ax = Axis( fig[1,1], yscale = log10, ) barplot!(ax, (rand(10)*100).+100) ylims!(ax, low = 1E1); fig ``` <img width="468" alt="Image" src="https://github.com/user-attachments/assets/9bec8a71-d71a-4e51-ae9d-904a8aa6a61b" />