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

add option to locate axis labels at positive ends #77

Open
corybrunson opened this issue Jan 22, 2025 · 0 comments
Open

add option to locate axis labels at positive ends #77

corybrunson opened this issue Jan 22, 2025 · 0 comments
Milestone

Comments

@corybrunson
Copy link
Owner

As suggested here, this would communicate important information to the reader more efficiently than reading the tick labels. This should probably be the default option, with other options for the opposite (placing labels at negative ends) and for the current attempt to locate them farther from the action.

I'm having trouble with {reprex}, but the following code produces an example of the current behavior:

library(ordr)
ordinate(USJudgeRatings, princomp) |> 
  ggbiplot() +
  geom_rows_point(elements = "score") +
  geom_cols_axis(aes(label = name)) +
  xlim(c(-5, 8)) + ylim(c(NA, 3.5))
@corybrunson corybrunson added this to the gggda spinoff milestone Feb 13, 2025
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

No branches or pull requests

1 participant