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
Same code, stephist(1:10, bins=[0,5,10], axis=(;limits=(0..10, nothing))), with GLMakie (correct): and CairoMakie (last bin is missing):
stephist(1:10, bins=[0,5,10], axis=(;limits=(0..10, nothing)))
Changing the right limit to something above 10, even to 10.001, plots the histogram correctly.
]st -m Makie
]activate --temp; add Makie
The text was updated successfully, but these errors were encountered:
@ffreyer maybe some of your clipping code?
Sorry, something went wrong.
Yup, fixed in #4631.
Successfully merging a pull request may close this issue.
Same code,
stephist(1:10, bins=[0,5,10], axis=(;limits=(0..10, nothing)))
, with GLMakie (correct):and CairoMakie (last bin is missing):
Changing the right limit to something above 10, even to 10.001, plots the histogram correctly.
]st -m Makie
) latest]activate --temp; add Makie
)The text was updated successfully, but these errors were encountered: