-
Notifications
You must be signed in to change notification settings - Fork 0
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
Compiled figure updates #69
Conversation
This reverts commit 7b9971b.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I opened the pdf in photoshop locally the font is still Helvetica for the mini panels. Can you change it back to Arial please?
Co-authored-by: Ally Hawkins <[email protected]>
Arial-ified, great catch!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Closes #66
Closes #67
This PR updates the compiled versions of Fig 2 and S2:
Figure 2
I broke down panel B into panels B-G and updated the compiled figure. To improve the alignment in the compiled figure, I also separated out the final panel G, which was a little too tall in the previous compilation to easily place the panel label. This is now exported as its own PDF panel.
As such:
figures/pdfs/Fig2B_mini-qc-plots.pdf
is now gonefigures/pdfs/Fig2B-F_mini-qc-plots.pdf
andfigures/pdfs/Fig2G_mini-qc-hvgs.pdf
scripts/Fig2B-G_qc-plots.R
Figure S2
I broke down panel B into panels B-D and updated the compiled figure.
figures/pngs/FigS2B_adt-plots.png
is now namedfigures/pngs/FigS2B-D_adt-plots.png
scripts/FigS2B-D_adt-plots.R
The
scripts/README.md
is also updated accordingly.