Skip to content

Dynamic margin adjust not working properly for (vertical) x-axis labels #368

@grantmcdermott

Description

@grantmcdermott

i.e., when las = 2 or 3.

Same problem for both numeric and character/factor axes.

library(tinyplot)
tinytheme('clean', las = 2)

plt(Temp ~ I(1e5 * Month), data = airquality)

plt(Temp ~ I(month.name[Month]), data = airquality)

Created on 2025-04-10 with reprex v2.1.1

Fix incoming shortly...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions