Skip to content

Fix dynamic x-axis spacing#369

Merged
grantmcdermott merged 6 commits intomainfrom
dynmar_xaxis
Apr 10, 2025
Merged

Fix dynamic x-axis spacing#369
grantmcdermott merged 6 commits intomainfrom
dynmar_xaxis

Conversation

@grantmcdermott
Copy link
Copy Markdown
Owner

@grantmcdermott grantmcdermott commented Apr 10, 2025

Fixes #368

pkgload::load_all("~/Documents/Projects/tinyplot/")
#> ℹ Loading 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

@grantmcdermott grantmcdermott merged commit be5ae69 into main Apr 10, 2025
3 checks passed
@grantmcdermott grantmcdermott deleted the dynmar_xaxis branch April 10, 2025 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant