showtext Questions

7

Solved

Once upon a time, I changed my ggplot2 font using windowsFonts(Times=windowsFont("TT Times New Roman")). Now, I can't get it off of this. In trying to set family="" in ggplot2 t...
Fiora asked 30/12, 2015 at 4:2

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 =...
Lalittah asked 18/9, 2018 at 22:33

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...
Handclasp asked 9/11, 2018 at 4:42
1

© 2022 - 2024 — McMap. All rights reserved.