svglite
svglite copied to clipboard
A lightweight svg graphics device for R
I created a R markdown file which creats pie charts by using `ggplot2` and `svglite`, specifying the width and heights by `fig.width` and `fig.height` option and their magnifying rate by...
From https://github.com/r-lib/pkgdown/issues/2433, we get this error: ``` Error: ! Expected string vector of length 1 ``` Which is obviously hard to debug because we don't know what function it is,...
`{svglite}` does not encode tabular and proportional numbers correctly. Tabular figures of a font that uses proportional numbers as standard gets narrowed when `fix_text_size = TRUE` and somewhat squeezed together...