Skip to content
New issue

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

[BUG] Incorrect Behavior of Bats under (:permute) #5009

Open
Jonas-a-Zimmermann opened this issue Oct 31, 2024 · 1 comment
Open

[BUG] Incorrect Behavior of Bats under (:permute) #5009

Jonas-a-Zimmermann opened this issue Oct 31, 2024 · 1 comment
Labels

Comments

@Jonas-a-Zimmermann
Copy link

Jonas-a-Zimmermann commented Oct 31, 2024

Details

Using permute on the Bar recipe leads to incorrectly set xlims. This is due to the recipe changing the limits of the axis before the axis are permuted (hence, e.g. for a histogram of data in the range(-10,10); the lower limit is set to -10; Further downstream the limits of the axis are only further expanded, leading to (-10; max(bins)), where max(bins) is the maximum height of the bins.

See also #5007

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default) x
pythonplot x
plotlyjs x
pgfplotsx x
unicodeplots x
inspectdr x
gaston x

Versions

Plots.jl version:
Backend version (]st -m <backend(s)>):
Output of versioninfo():

@BeastyBlacksmith
Copy link
Member

Related to #4949

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants