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

change default for mar= when title is not null #273

Open
friendly opened this issue Nov 22, 2023 · 0 comments
Open

change default for mar= when title is not null #273

friendly opened this issue Nov 22, 2023 · 0 comments

Comments

@friendly
Copy link

It took me a long time to track down why a title gets cut off when specified.

Using mar = c(0,0,0,0) is OK when there is no title, but you could change that internally to mar = c(0,0,2,0) when title = is specified

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