Does anyone know how to add shading lines in an area or histogram plot in ggplot2?
For example, How could I reproduce the following plot in ggplot2 ?
hist(mtcars$hp, density = 10)

Thanks.
Does anyone know how to add shading lines in an area or histogram plot in ggplot2?
For example, How could I reproduce the following plot in ggplot2 ?
hist(mtcars$hp, density = 10)

Thanks.