Conversation
Previously the legend was forced to one row with `nrow = 1`, which clipped two of the nine license categories (Apache-2.0, CC-BY-SA-4.0) out of view. Switch to `nrow = 2` so every license is visible. Re-render the standalone PNG accordingly. Add a descriptive fig-alt to the chunk so the rendered slide carries a meaningful image description (license-by-year breakdown and the headline 28-of-74 no-license stat) for screen-reader users. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for idyllic-mousse-66a099 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
nrow = 1tonrow = 2so all 9 license categories are visible. Previously Apache-2.0 and CC-BY-SA-4.0 were clipped.fig-altto the chunk so the rendered slide carries a meaningful image description (license-by-year breakdown plus the headline 28-of-74 no-license stat) for screen-reader users.15c215b) with refreshed_freezeandslides_filesartifacts that pick up the new figure.Test plan
Rscript slides/fig-ghe-github-repos-by-license.Rruns cleanly and writesslides/img/fig-ghe-github-repos-by-license.pngat 1200x627; all 9 license categories visible in the legend.slides/reproducibilitea.qmdrenders without errors and the inline figure on theghedataslide shows the same legend wrap.altattribute matching thefig-alttext.