## theme(line = element_line(colour = "black", size = 0.5, linetype = 1, ## lineend = "butt"), rect = element_rect(fill = "white", ## colour = "black", size = 0.5, linetype = 1), text = element_text(family = base_family, ## face = "plain", colour = "black", siz...
是Unicode字符,对应关系可以在链接 https://www.rapidtables.com/code/text/unicode-characters.html...查看设置横坐标的标题 library(ggstar) ggplot(data=df,aes(x=x,y=y))+ geom_text(label="\u03c0",size=30,...fontface="italic", hjust=4)+ geom_star(starshape=16,size=40,fill="red")+ ...
A theme with white background and black gridlines (ggtern version)basesize
是Unicode字符,对应关系可以在链接 https://www.rapidtables.com/code/text/unicode-characters.html...查看设置横坐标的标题 library(ggstar) ggplot(data=df,aes(x=x,y=y))+ geom_text(label="\u03c0",size=30,...fontface="italic", hjust=4)+ geom_star(starshape=16,size=40,fill="red")+ ...