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

plot(OM) and plot(RCMfit) plots would be greatly improved by simple addition of grid() or equivalent #72

Open
tcarruth opened this issue Jan 13, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@tcarruth
Copy link
Contributor

Self explanatory, without reference lines the plots are much harder to read

@tcarruth tcarruth added the enhancement New feature or request label Jan 13, 2023
@quang-huynh
Copy link
Member

quang-huynh commented Jan 13, 2023 via email

@quang-huynh
Copy link
Member

Best solution is to add this function internally:

plot.default <- function(...) graphics::plot.default(..., panel.first = graphics::grid())

See Blue-Matter/SAMtool@46dc4ce

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

No branches or pull requests

2 participants