ggplot2: x-axis scale now available on all facet-columns
One of the most annoying features of ggplot2 was the missing x-axis scale on facet-plots with some shorter columns.
To illustrate the problem see the following (pre-2.2-version) example:
One of the most annoying features of ggplot2 was the missing x-axis scale on facet-plots with some shorter columns.
To illustrate the problem see the following (pre-2.2-version) example:
I recently used the function spread with a factor. Spread is defined in Hadley Wickham‘s package tidyR. It’s used to convert a data.frame from long format to wide format.
Here’s an example showing my problem: