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

Feature Request: For DV vs PRED (and IPRED), add square option #120

Open
billdenney opened this issue Oct 3, 2018 · 1 comment
Open
Labels

Comments

@billdenney
Copy link
Contributor

I prefer to see the x- and y-axes of my DV vs. IPRED and DV vs. PRED figures as square with equal ranges.

Would you consider adding an argument like square=TRUE (default FALSE to align with current practice), and if TRUE, it would add the following (which is the best way I know to get equal ranges and square axes):

  geom_blank(mapping=aes(x=DV, y=IPRED)) +
  coord_equal()
@bguiastr
Copy link
Collaborator

bguiastr commented Nov 6, 2018

A while ago I had a discussion with @kestrel99 about this, I am rather against including more arguments to the main functions which after a while would be overloaded with options.

In my opinion this should be handled the ggplot2 way as nicely shown in your example but I am open to discussion :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants