Skip to content

barplot - bars do not extend to lower yaxis limit when yscale = log10 #4948

@alex-s-gardner

Description

@alex-s-gardner
using CairoMakie
fig = Figure()
ax = Axis(
    fig[1,1],
    yscale = log10,
)
barplot!(ax, (rand(10)*100).+100)
ylims!(ax, low = 1E1); fig
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions