我正在使用开罗设置作为
CairoPDF(file = "test2.pdf", width = 8.3, height = 11.7)
主题设置是这样的:
mytheme<-theme_bw() +
theme(plot.title = element_text(lineheight=.8, face="bold"),
text=element_text(size=11, family="Times New Roman"))+
theme(panel.border = element_rect(linetype = "dashed",
colour = "black"))+
theme(plot.margin = unit(c(1,1.5,1,1.5), "inches"))
我想,这是我的 ggplot 主题设置的问题。请提供建议以解决它。谢谢。