Italics not working on labels in ggplot2?

感情迁移 提交于 2019-12-06 14:37:13

Since your code seems fine by some users, as seen in this created plot by your code (mention that the first tick is normal font for visualization purpose) you can try update your packages

updating single packages

for the librarys like ggplot2 you can use the update.packages() function (documentation)

updating r

for this answer it's more easy to link an old stackoverflow question

You have to download R from the website and install it again manually, sadly there is no option to do this in RStudio. For more help and a more detailed walktrough check out the old post.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!