We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makie 0.21.17
This command will fail:
GLMakie.violin(fill(1, 1000), push!(fill(0, 999), 1), show_median=true, datalimits=(-0.001,Inf))
The text was updated successfully, but these errors were encountered:
With ERROR: BoundsError: attempt to access 194-element view(::Vector{Float64}, 7:200) with eltype Float64 at index [0] due to the ip-1 here:
ERROR: BoundsError: attempt to access 194-element view(::Vector{Float64}, 7:200) with eltype Float64 at index [0]
ip-1
Makie.jl/src/stats/violin.jl
Lines 134 to 144 in a1e9fdf
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Makie 0.21.17
This command will fail:
The text was updated successfully, but these errors were encountered: