R-ODAF / R-ODAF_Health_Canada

Health Canada's version of the R-ODAF pipeline, which includes additional visualization and pipelining features
MIT License
2 stars 3 forks source link

Fix the sizing of the darn QC plate position figure #235

Closed LMBradford closed 1 month ago

LMBradford commented 2 months ago

It's different for every project. Sometimes all squished in, sometimes very spread out. Aaaaaaarg.

mattjmeier commented 2 months ago

We could probably do something to calculate the number of plates (i.e., the number of unique values in the batch variable), then make a formula to determine the proper width and height of the total figure that would end up with each facet being a fixed size. Maybe there's a better way? Maybe instead of faceting we make each one a separate plot and use patchwork or cowplot or layout to arrange them?

LMBradford commented 1 month ago

Somewhat improved by PR #249 . Closing this for now, but I'm sure we'll find more problems later.