File:Geom bar4.png

From 太極
Jump to navigation Jump to search

Original file(2,400 × 1,800 pixels, file size: 51 KB, MIME type: image/png)

Summary

ggplot(mpg, aes(x = class)) +
  geom_vline(xintercept = mpg$class, 
             color = "grey", linetype = "dashed", size = 1) +
  geom_bar() +
  theme_classic() + 
  coord_flip()

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:14, 15 December 2022Thumbnail for version as of 15:14, 15 December 20222,400 × 1,800 (51 KB)Brb (talk | contribs)<pre> ggplot(mpg, aes(x = class)) + geom_vline(xintercept = mpg$class, color = "grey", linetype = "dashed", size = 1) + geom_bar() + theme_classic() + coord_flip() </pre>

The following page uses this file:

Metadata