Open dannyparsons opened 7 years ago
I do not believe 3. is possible in any "automatic" way other than setting the axis labels manually.
The x-axis angle (or 90 degrees could usefully go on the x-axis sub-dialogue. It would be done automatically on the climatic boxplots!
ggplot(diamonds, aes(carat, price)) + geom_boxplot(aes(group = cut_width(carat, 0.25)))
So could we permit this (exceptionally in the main dialogue - or somewhere)? If a variate, then you need to group by thecut_width,
so there would be an additional field and the defaultcut_width
could be 1. I wonder if this could go on the boxplot options? Then the year could be a variate and I think the axis labels would then be fine.From here #2084