showtext Questions
7
Solved
3
Solved
I'm making a chart in ggplot2 and ggsave() does not do what I expect.
require(ggplot2)
require(showtext)
showtext_auto()
hedFont <- "Pragati Narrow"
font_add_google(
name = hedFont,
family =...
2
Solved
I'm trying to graph some data and my code looks like this:
library('ggplot2')
library('tidyr')
library('ggthemes')
library('showtext')
font_add_google('Syncopate', 'Syncopate')
showtext_auto()
g...
1
© 2022 - 2024 — McMap. All rights reserved.