ggsave()as svg fontconfig错误

时间:2017-06-21 22:47:59

标签: r ggplot2

我正在尝试使用ggsave()将ggplot保存为svg。当我这样做时,我收到fontconfig错误。我已经安装并更新了svglitegdtools个软件包。

我在MacOS Sierra上。

ggplot(diamonds, aes(x = cut, y = price)) + geom_boxplot() %>% 
ggsave(filename = "diamonds.svg")

Saving 11.6 x 5.32 in image
Error in match_family_(font, bold, italic) : 
  Fontconfig error: unable to match font pattern

1 个答案:

答案 0 :(得分:3)

你可以:

  1. 安装/重新安装homebrew
  2. 在命令行中运行:brew install cairo
  3. 在R install.packages("gdtools")