-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
ggplot(economics_long, aes(date, value)) +
geom_line() +
facet_grid(variable~., scales = "free_y") +
theme(axis.line = element_line(color = "blue"))ggplot(economics_long, aes(date, value)) +
geom_line() +
facet_wrap(~variable, scales = "free_y" ,strip.position = "top") +
theme(strip.background = element_blank()) +
theme(axis.line = element_line(color = "blue"))session info
R version 3.3.1 (2016-06-21)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] ggplot2_2.1.0.9000
Metadata
Metadata
Assignees
Labels
No labels