欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

ggplot2的中文显示

程序员文章站 2024-02-28 08:50:46
...

# ggplot to recognise Chinese characters

library(ggplot2)

old <-theme_light() + theme(text = element_text(family = "STXihei")) 

theme_set(old)

 

# 字体名称备选

# Noto Sans CJK SC

# SimHei

# STKaiti