Closed mdingemanse closed 2 months ago
Making this change (commit: https://github.com/elpaco-escience/talkr/compare/main...116-plot_quality) results in a better plot in the vignette:
Fixed by updating snapshot (https://github.com/elpaco-escience/talkr/commit/93b6ae471682747ce87480da3743ef95838d03b7)
Currently
plot_quality()
generates a three panel plot only one of which has alabel
, due to this line:But
workflows.Rmd
refers to these as A, B, and C. Better to use those as labels, so make it:And if we do need the source name, use a
ggtitle()
in panel C.