[R] ggplot2 axis color

hadley wickham h.wickham at gmail.com
Tue Jul 24 22:30:36 CEST 2007


Hi Felipe,

Looks like a bug!  I'll try and get it fixed for the next version.  In
the meantime, you can read the last chapter of the ggplot book to see
how to fix it with grid.

Hadley

On 7/24/07, Felipe Carrillo <mazatlanmexico at yahoo.com> wrote:
> Hi:
> Does anyone have an idea on how to color the axis and
> labels using ggplot2? This is what I got:
>
> library(ggplot2)
>  p <- qplot(total_bill, tip, data = tips)
>  NewPlot<-  p + geom_abline(slope=c(0.1,0.15,0.2),
> colour=c("red","blue","yellow"),size=c(2,5,2))
> NewPlot + geom_smooth(colour="green",
> size=3,linetype=3)
> NewPlot$background.fill<-"cornsilk"
> NewPlot$background.colour <- "blue"
> NewPlot$axis.colour<-"red"  ????? it doesn't do it
> Thanks
>
>  Felipe D. Carrillo
>   Fishery Biologist
>   US Fish & Wildlife Service
>   Red Bluff, California 96080
>
>
>
>       ____________________________________________________________________________________
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list