search for: scale_x_sqrt

Displaying 3 results from an estimated 3 matches for "scale_x_sqrt".

2011 Mar 29
1
ggplot2: scale_y_log10() with geom_histogram
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 [[alternative HTML version deleted]]
2012 Mar 02
0
ggplot2 0.9.0
...data. Colour/fill scales default to grey, which should stand out as different from non-missing values. * The new `oob` (out of bounds) parameter controls how scales deals with values outside the limits. The default action is `censor` - see `clip` for another option. * Only `scale_x_log10`, `scale_x_sqrt` and `scale_x_reverse` provided as convenience functions for x and y scales. Use e.g. `scale_x_continuous(trans = "log")` to access others * `set_default_scale` has been removed. If you want to change the default scale for an aesthetic, just create a function called `scale_aesthe...
2012 Mar 02
0
ggplot2 0.9.0
...data. Colour/fill scales default to grey, which should stand out as different from non-missing values. * The new `oob` (out of bounds) parameter controls how scales deals with values outside the limits. The default action is `censor` - see `clip` for another option. * Only `scale_x_log10`, `scale_x_sqrt` and `scale_x_reverse` provided as convenience functions for x and y scales. Use e.g. `scale_x_continuous(trans = "log")` to access others * `set_default_scale` has been removed. If you want to change the default scale for an aesthetic, just create a function called `scale_aesthe...