ggplot - Multiple legends arrangement
问题 I want to arrange mutiple legend in ggplot with multiple rows and columns. However currently, from the documentation I can only decide there direction or manipulate rows/columns within 1 legend. Am I overlook something? Thanks for any reference point to the solution. Here is the sample code and what I have done and the expect result. data <- seq(1000, 4000, by=1000) colorScales <- c("#c43b3b", "#80c43b", "#3bc4c4", "#7f3bc4") names(colorScales) <- data ggplot() + geom_point(aes(x=data, y=data