-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior
Milestone
Description
Didn't this use to lay out the legends horizontally?
ggplot(mtcars, aes(wt, mpg)) +
geom_point(aes(colour = factor(cyl), shape = factor(vs))) +
theme(legend.position = "bottom")
i.e. the same as:
ggplot(mtcars, aes(wt, mpg)) +
geom_point(aes(colour = factor(cyl), shape = factor(vs))) +
theme(legend.position = "bottom", legend.box = "horizontal")
Metadata
Metadata
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior