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
Description While using
{ "r.plot.useHttpgd": true, }
in settings.json, instead of false, which doesn't show the problem, the font, or the spacings of it are not respected
false
To Reproduce Make a ggplot and use mono
mono
theme( axis.text.y = element_text(family = "mono", size = rel(1)) )
Can you fix this issue by yourself? (We appreciate the help)
No
Expected behavior To see correctly the font and spacing as when using false
Screenshots with: false with: true
true
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
I think it's an issue in httpgd package so worth raising it there.
httpgd
Sorry, something went wrong.
nx10/httpgd#143
See nx10/httpgd#143 (comment)
No branches or pull requests
Description
While using
in settings.json, instead of
false
, which doesn't show the problem, the font, or the spacings of it are not respectedTo Reproduce
Make a ggplot and use
mono
Can you fix this issue by yourself? (We appreciate the help)
No
Expected behavior
To see correctly the font and spacing as when using
false
Screenshots


with:
false
with:
true
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: