Re: [R] ggplot: Axis lines

2008-04-08 Thread Pedro de Barros
Hi Hadley, Thanks. I did this already, indeed, but the issue is that then I get a gTree object, not a ggplot object (I believe the option of building all objects off-screen and then printing the plot in whichever device we choose is the best option. That is indeed why I like your ggplot concep

Re: [R] ggplot: Axis lines

2008-04-07 Thread hadley wickham
Hi Pedro, > I am trying to print some simple ggplot plots, but I would like to > have no gridlines, and no border. > I have achieved this using ggopt(grid.lines='NA', border.lines='NA'). > > However, this also clears the axis lines, and reading the help, it > looks like the "axis" objects hav

[R] ggplot: Axis lines

2008-04-07 Thread Pedro de Barros
Dear All, I am trying to print some simple ggplot plots, but I would like to have no gridlines, and no border. I have achieved this using ggopt(grid.lines='NA', border.lines='NA'). However, this also clears the axis lines, and reading the help, it looks like the "axis" objects have only two slo