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
Dear @clauswilke
Could you give some guidance how to add a horizontal bar in a variable, just like \bar(x) in latex? Thanks very much!
\bar(x)
Dongdong
The text was updated successfully, but these errors were encountered:
I don't think that possible currently, unfortunately.
Sorry, something went wrong.
You can add the unicode overline \u0305 after the character that needs it.
\u0305
library(ggplot2) library(ggtext) ggplot() + annotate( "richtext", x = 1, y = 1, label = "Fooba\u0305r", size = 10 )
Created on 2023-04-21 with reprex v2.0.2
No branches or pull requests
Dear @clauswilke
Could you give some guidance how to add a horizontal bar in a variable, just like
\bar(x)
in latex?Thanks very much!
Dongdong
The text was updated successfully, but these errors were encountered: