Mac上没有带有R micromap包的标签

时间:2016-01-29 13:57:23

标签: r macos data-visualization

我在Windows上运行以下micromap演示代码没有遇到任何问题,但在我的Mac上,标签不打印。

我在运行此代码后附加了绘图窗口中显示的图形(没有标签):

library (micromap)
data("USstates")
statePolys <- create_map_table(USstates, 'ST')
data("edPov")

# basic figure 1
mmplot(stat.data=edPov,
       map.data=statePolys,
       panel.types=c('labels', 'dot', 'dot','map'),
       panel.data=list('state','pov','ed', NA),
       ord.by='pov',
       grouping=5, median.row=TRUE,
       map.link=c('StateAb','ID'))

micromap plot on Mac without labels

我收到以下警告:

> warnings()
Warning messages:
1: In grid.Call.graphics(L_text, as.graphicsAnnot(x$label),  ... :
  no font could be found for family "NA"

非常感谢任何帮助。

0 个答案:

没有答案