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

Auto-scaling plot width below 9 inches #10

Open
elimoss opened this issue Mar 5, 2019 · 1 comment
Open

Auto-scaling plot width below 9 inches #10

elimoss opened this issue Mar 5, 2019 · 1 comment

Comments

@elimoss
Copy link
Contributor

elimoss commented Mar 5, 2019

Plot widths are currently auto-scaled when there are enough samples to justify a width over 9 inches. This should be auto-scaled with any number of samples, as barplots with one or two look fat and odd. I'm thinking this will be lines 282-292 in post_classification_workflow.

@elimoss
Copy link
Contributor Author

elimoss commented Mar 5, 2019

pdf.width <- max(5, (5 + (0.25 * (max.samps-5)))) at line 286 in post_classification_workflow.R works well for 1 and 2 samples, but I haven't tried it with more.

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