search for: 46a78ab3315fdb7

Displaying 1 result from an estimated 1 matches for "46a78ab3315fdb7".

2010 Nov 23
1
format y-axis values in ggplot
Hi, I'd like to change scientific number formatting, 1,E+06, in y-axis values to 1 000 000 (number with 1000 separator). How to do this in ggplot..? I tried to use scale_discrete but couldn't get it to work. Below is a code I have this far: p<-ggplot(Data,aes(x=Date,y=PRINCIPAL)) p+geom_point() Thanks for any help! -Jack [[alternative HTML version deleted]]