You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Jan 2, 2017, at 6:46 PM, Hadley Wickham ***@***.***> wrote:
Duplicate of #980
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
lockbot
locked as resolved and limited conversation to collaborators
Jun 19, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I cannot get a tick mark at y=0 when using scale_y_sqrt, even if I explicitly ask for a break at y=0. Here's a simple example:
require(ggplot2)
d = data.frame(x=0:5, y=0:5)
ggplot(d, aes(x, y)) +
geom_point() +
scale_y_sqrt(breaks=0:5)
thanks,
Dave
my sessionInfo, in case it's useful:
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] ggplot2_2.1.0
loaded via a namespace (and not attached):
[1] labeling_0.3 colorspace_1.2-6 scales_0.4.0 plyr_1.8.4 tools_3.3.1
[6] gtable_0.2.0 Rcpp_0.12.7 grid_3.3.1 munsell_0.4.3
The text was updated successfully, but these errors were encountered: