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
This is not a "bug" in that sense but simply a known caveat of the layout algorithm. A layout element can only report static protrusions, but in general, the amount that an xticklabel might stick out at the side depends on its size, its relative location on the xaxis and the size of the axis. So it's a cyclical dependency, xticklabel changes space for axis, changes axis size, changes xticklabel protrusion, etc. That's why the amount the xticklabels stick out at the side is not hooked up to the layout.
]st -m Makie
)can you reproduce the bug with a fresh environment ? (
]activate --temp; add Makie
)yes
What platform + GPU are you on?
macos, both CairoMakie and GLMakie
MWE:
The last digit of 1400 is cut off in the plot.
Manually set the
alignmode
can 'fix' but should be handled automatically?The text was updated successfully, but these errors were encountered: