gwern comments on LW survey: Effective Altruists and donations - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (38)
The graphs would be more readable if the log1p transformation applied to the coordinates, but not to the labels.
qplot(Age,Charity,color=EffectiveAltruism,data=survey)+geom_point(size=I(3))+coord_trans(y="log1p")Unfortunately the choice of labels is not great.
Thanks, I didn't know ggplot2 had a feature like that. Some more googling reveals you can override the ticks on the axis by specifying your own breakpoints on the y-axis, so one can write:
which yields more labels for the lower range of donations: