Displaying 3 results from an estimated 3 matches for "rauser".
Did you mean:
auser
2010 Jul 07
0
ggplot2 version 0.8.8
...vanni Dall'Olio)
* stat: statistics now also respect layer parameter inherit.aes
(thanks to bug report by Lorenzo Isella and investigation by Brian
Diggs)
* stat_bin no longer drops 0-count bins by default
* stat_bin: fix small bug when dealing with single bin with NA
position (reported by John Rauser)
* stat_binhex: uses range of data from scales when computing binwidth
so hexes are the same size in all facets (thanks to Nicholas Lewin-Koh
for the bug report)
* stat_qq has new dparam parameter for specifying distribution
parameters (thanks to Yunfeng Zhang for the bug report)
* stat_smooth now...
2010 Jul 07
0
ggplot2 version 0.8.8
...vanni Dall'Olio)
* stat: statistics now also respect layer parameter inherit.aes
(thanks to bug report by Lorenzo Isella and investigation by Brian
Diggs)
* stat_bin no longer drops 0-count bins by default
* stat_bin: fix small bug when dealing with single bin with NA
position (reported by John Rauser)
* stat_binhex: uses range of data from scales when computing binwidth
so hexes are the same size in all facets (thanks to Nicholas Lewin-Koh
for the bug report)
* stat_qq has new dparam parameter for specifying distribution
parameters (thanks to Yunfeng Zhang for the bug report)
* stat_smooth now...
2010 May 10
1
ggplot: Trouble with xlim() and discrete scales
I'm learning ggplot and am a little confused. Sometimes discrete scales work
like I'd expect, and sometimes they don't. For example...
This works exactly like one would expect:
df<-data.frame(names=c("Bob","Mary","Joe","Bob","Bob"))
ggplot(df,aes(names))+geom_histogram()
But this yields an error: