-
Notifications
You must be signed in to change notification settings - Fork 2
update README and font size guide #10
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
Conversation
Polkas
commented
Jan 19, 2026
- Updated README
- new example image
- update pixels to points guide
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.
Pull request overview
This pull request updates the README with a new example image and corrects the font size conversion guidance between the gt and grid packages. The changes include updating the conversion formula from 4/3 to 96/72 and adding explanatory comments about the conversion.
Changes:
- Updated font size conversion formula from
4/3to96/72for pixel-to-point conversion - Added explanatory comments in README.md about font size units
- Changed font family from "serif" to "sans" in the example for consistency
- Updated example image (binary file)
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| man/layout_issue.Rd | Updated font size conversion documentation with new formula |
| man/figures/README-example-1.png | New example image (binary file) |
| README.md | Updated example code with font size conversion comments and changed font family |
| R/layout_issues.R | Updated font size conversion documentation with new formula |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10 +/- ##
=======================================
Coverage 99.56% 99.56%
=======================================
Files 9 9
Lines 919 919
=======================================
Hits 915 915
Misses 4 4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>