在Ubuntu18.04中使用R中的ggplot2画图,出现如下报错:
Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 9 could not be loaded
解决办法:
sudo apt install r-cran-plotly
重启Rstudio,发现可用
如是其他Ubuntu版本,解决办法参见https://stackoverflow.com/questions/51324093/error-in-grid-call
网友评论