Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the theme functions of ggplot2

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

Most people do not understand the knowledge points of this article "what are the theme functions of ggplot2?", so the editor summarizes the following contents, detailed contents, clear steps, and has a certain reference value. I hope you can get something after reading this article. Let's take a look at this "what are the theme functions of ggplot2" article.

Dat type Sample Num1 A sample1 902 B sample1 343 C sample1 564 D sample1 995 E sample1 156 A sample2 507 B sample2 208 C sample2 249 D sample2 7010 E sample2 14

Basic drawing, if you do not set the specific parameters of theme:

P = ggplot (dat, aes (x = type,y = Num,fill = Sample) + geom_bar (stat = "identity", width = 0.6 position = "dodge") + scale_fill_manual (values = c ("red", "blue") + labs (x = "", y = ", title =" test ") + geom_text (label = dat$Num), position=position_dodge (width = 0.5) Size = 5pm vjust =-0.25p

Apply theme_bw ():

P1=p+theme_bw () p1

Apply theme_classic ():

P2=p+theme_classic () p2

Apply theme_void ():

P3=p+theme_void () p3

Others include a variety of:

Theme_dark () theme_grey () theme_gray () theme_light () theme_get () theme_linedraw ().... Wait

The above is about the content of this article on "what are the theme functions of ggplot2". I believe we all have a certain understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about the relevant knowledge, please follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report