css格式化⽇期,使⽤ggplot2中的scale_x_date格式化⽇期在ggplot2的以前版本中,我能够使⽤以下两个命令之⼀来格式化我的x个⽇期:
于湖居士或者冻组词组
协同配合scale_x_date(breaks = "1 month",minor_breaks = "1 week",labels=(date_format="%B")) +
要么
scale_x_date(major="months",minor="weeks",format="%B") +
广东有什么好玩的以⽣成“%B”格式的完整⽉份名称。
(恐怕我不能再区分哪⼀个⼯作,因为他们都被注释掉了。)
我不记得什么时候,但更新R或ggplot在ubuntu 12.04升级后,这不再为我⼯作。现在,⾮常相同的数据产⽣错误:
Error in inuous(scale) :
Breaks and labels are different lengthswifi地址
与第⼀,和
Error in continuous_scale(aesthetics,"date",identity,breaks = breaks,:
unud argument(s) (major = "months",minor = "weeks",format = "%B")
与第⼆。
如果我删除labels =参数,并应⽤
scale_x_date(breaks = "1 month",minor_breaks = "1 week") +
它在每个⽉的第⼀天⽣成⽇期格式为“YYYY-MM-DD”。
咨询与功能的帮助scale_x_date,我也试过以下:
专技十二级scale_x_date(breaks = "1 month",labels=date_format("%B")) +
但这产⽣这个错误:
Error in structure(list(call = match.call(),aesthetics = aesthetics,:
could not find function "date_format"
公众号长图尺寸如何在x轴上实现⽉名“%B”格式化? (如果您对产⽣这些错误讯息的机制有任何其他意见,我也很感激。)
>志愿服务项目