Hi Markus,
In some ways, this is not the most elegant solution ever, as you have
to manually pick some limits, but it is fairly straightforward:
qplot(exp(rnorm(1000))) +
geom_histogram(colour = "cornsilk", fill ="darkblue") +
scale_x_sqrt() +
scale_y_log10() +
coord_cartesian(ylim = c(10
Dear ggplot2 users,
is there an easy/elegant way to suppress zero count bars in histograms with
logarithmic y axis ?
One (made up) example would be
qplot(exp(rnorm(1000))) + geom_histogram(colour = "cornsilk", fill =
"darkblue") + scale_x_sqrt() + scale_y_log10()
Thanks!
Markus
[[alte
2 matches
Mail list logo