Skip to content
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

httpgd not respecting font in ggplot #1439

Closed
fernandoroa opened this issue Oct 17, 2023 · 3 comments
Closed

httpgd not respecting font in ggplot #1439

fernandoroa opened this issue Oct 17, 2023 · 3 comments
Labels

Comments

@fernandoroa
Copy link

fernandoroa commented Oct 17, 2023

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

To Reproduce
Make a ggplot and use 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
Screenshot from 2023-10-17 14-31-52
with: true
Screenshot from 2023-10-17 14-33-07

Environment (please complete the following information):

  • OS: Linux
  • VSCode Version: 1.83.0
  • R Version: 4.3.1
  • R Extension for Visual Studio Code version: 2.8.2
@pawelru
Copy link
Contributor

pawelru commented Dec 7, 2023

I think it's an issue in httpgd package so worth raising it there.

@fernandoroa
Copy link
Author

nx10/httpgd#143

@benz0li
Copy link
Contributor

benz0li commented Jan 18, 2024

See nx10/httpgd#143 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants