You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Details
Using
permute
on theBar
recipe leads to incorrectly setxlims
. 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 )Versions
Plots.jl version:
Backend version (
]st -m <backend(s)>
):Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: