We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Specifying colour should be redundant when is_note is set to TRUE.
colour
is_note
TRUE
is_bold should default to FALSE, per editor pedanticism.
is_bold
FALSE
The text was updated successfully, but these errors were encountered:
always be bolding IMO
Sorry, something went wrong.
If you leave enough comments on our Twitter charts, maybe you can convice Paul 😆
@nickjparkinson You might find my ggdirectlabel::geom_richlegend() useful in some cases in place of doing the gridtext thing with colour_text() https://github.com/MattCowgill/ggdirectlabel?tab=readme-ov-file#using-geom_richlegend
ggdirectlabel::geom_richlegend()
colour_text()
@nickjparkinson "Always be commenting on Twitter about charts" is my motto
You bet-ya! It's a life-saver, but I still use colour_text when adding long annotations that aren't legends (like a callout)
nickjparkinson
No branches or pull requests
Specifying
colour
should be redundant whenis_note
is set toTRUE
.is_bold
should default toFALSE
, per editor pedanticism.The text was updated successfully, but these errors were encountered: