File:Geom bar4.png
Appearance
Size of this preview: 800 × 600 pixels. Other resolution: 2,400 × 1,800 pixels.
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/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 14:14, 15 December 2022 | 2,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> |
You cannot overwrite this file.
File usage
The following page uses this file: