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

dotplot - allow adjustment of vertical lines #7

Closed
kbroman opened this issue May 26, 2020 · 1 comment
Closed

dotplot - allow adjustment of vertical lines #7

kbroman opened this issue May 26, 2020 · 1 comment

Comments

@kbroman
Copy link
Owner

kbroman commented May 26, 2020

In dotplot(), it seems like the vertical lines can't be adjusted. It'd be nice to also be able to remove the x-axis labels.

@kbroman
Copy link
Owner Author

kbroman commented Oct 10, 2020

To remove y-axis labels, you can use yat=NA. But for x-axis labels, the trick is to make group a factor with levels like " " and " ".

kbroman added a commit that referenced this issue Oct 12, 2020
 - Can now use vlines.col and vlines.lwd to control the
   vertical lines in dotplot()

 - Fixes Issue #7
@kbroman kbroman closed this as completed Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant