Re: [R] 3D Bar Graphs in ggplot2?

2011-08-05 Thread Jim Lemon
On 08/04/2011 10:20 PM, Martin Maechler wrote: ... Yes!! 10th commandment of R: You shall not misuse R! Moses, meet eminem. The human race will persistently misuse anything. Sometimes we even make a great discovery by doing so. Jim __

Re: [R] 3D Bar Graphs in ggplot2?

2011-08-04 Thread Jim Lemon
On 08/03/2011 11:07 PM, wwreith wrote: So I take it 3D pie charts are out? P.S. It is not about hiding anything. It is about consulting and being told by your client to make 3D pie charts and change this font or that color to make the graphs more apealing. Given that I am the one trying to open

Re: [R] 3D Bar Graphs in ggplot2?

2011-08-04 Thread Martin Maechler
Duncan Murdoch murdoch.dun...@gmail.com on Tue, 2 Aug 2011 16:51:38 -0400 writes: On 11-08-02 2:39 PM, wwreith wrote: Does anyone know how to create a 3D Bargraph using ggplot2/qplot. I don't mean 3D as in x,y,z coordinates. Just a 2D bar graph with a 3D shaped bard.

Re: [R] 3D Bar Graphs in ggplot2?

2011-08-04 Thread Duncan Murdoch
On 11-08-04 8:20 AM, Martin Maechler wrote: Duncan Murdochmurdoch.dun...@gmail.com on Tue, 2 Aug 2011 16:51:38 -0400 writes: On 11-08-02 2:39 PM, wwreith wrote: Does anyone know how to create a 3D Bargraph using ggplot2/qplot. I don't mean 3D as in x,y,z coordinates.

Re: [R] 3D Bar Graphs in ggplot2?

2011-08-03 Thread wwreith
So I take it 3D pie charts are out? P.S. It is not about hiding anything. It is about consulting and being told by your client to make 3D pie charts and change this font or that color to make the graphs more apealing. Given that I am the one trying to open the door to using R where I work it

Re: [R] 3D Bar Graphs in ggplot2?

2011-08-03 Thread Brian Diggs
On 8/3/2011 6:07 AM, wwreith wrote: So I take it 3D pie charts are out? At least with ggplot, yes. 2D pie charts are somewhat tricky with ggplot, even. They can be gone with stacked, normalized bar charts projected into polar coordinates, if I recall properly. Not limited to ggplot,

Re: [R] 3D Bar Graphs in ggplot2?

2011-08-03 Thread baptiste auguie
A barplot rendered with povray, http://zoonek2.free.fr/UNIX/48_R/03.html#10 At the other end of the spectrum, library(txtplot) x - factor(c(orange, orange, red, green, green, red, yellow, purple, purple, orange)) o - capture.output(txtbarchart(x)) library(gplots) textplot(o)

[R] 3D Bar Graphs in ggplot2?

2011-08-02 Thread wwreith
Does anyone know how to create a 3D Bargraph using ggplot2/qplot. I don't mean 3D as in x,y,z coordinates. Just a 2D bar graph with a 3D shaped bard. See attached excel file for an example. Before anyone asks I know that 3D looking bars don't add anything except prettiness.

Re: [R] 3D Bar Graphs in ggplot2?

2011-08-02 Thread Brian Diggs
On 8/2/2011 11:39 AM, wwreith wrote: Does anyone know how to create a 3D Bargraph using ggplot2/qplot. I don't mean 3D as in x,y,z coordinates. Just a 2D bar graph with a 3D shaped bard. See attached excel file for an example. It is not possible. Before anyone asks I know that 3D looking

Re: [R] 3D Bar Graphs in ggplot2?

2011-08-02 Thread Duncan Murdoch
On 11-08-02 2:39 PM, wwreith wrote: Does anyone know how to create a 3D Bargraph using ggplot2/qplot. I don't mean 3D as in x,y,z coordinates. Just a 2D bar graph with a 3D shaped bard. See attached excel file for an example. Before anyone asks I know that 3D looking bars don't add anything