On Fri, Jul 17, 2009 at 3:39 AM, Alex Brown wrote:
>
> Sure thing, an example.:
>
> ggplot
> (data.frame(name=letters[1:3],value=c(1,4,9),type=c("fun","fun","not
> fun")),aes(x=name,y=value,fill=type,label=paste("value is ",value))) +
> geom_bar() + coord_flip() + geom_text(hjust=0)
>
> I'd like th
Could you please give a reproducible example?
Thanks,
Hadley
On Thu, Jul 16, 2009 at 5:41 PM, Alex Brown wrote:
> Hi there,
>
> I'm trying to find out the command to stop clipping to plot region in
> ggplot.
>
> I have a bar chart (axis flipped) with labels on the bars, but the
> lab
2 matches
Mail list logo