Re: [R] How to fill bar plot with textile rather than color

2008-01-28 Thread Greg Snow
helps, From: [EMAIL PROTECTED] on behalf of yaosheng CHEN Sent: Mon 1/28/2008 8:08 AM To: Domenico Vistocco Cc: r-help@r-project.org Subject: Re: [R] How to fill bar plot with textile rather than color Thank you, and also thanks to John Kane. I did some tests

Re: [R] How to fill bar plot with textile rather than color

2008-01-28 Thread yaosheng CHEN
Thank you, and also thanks to John Kane. I did some tests last night, if you plot something like height <- t(t(c(1,-1,1))) bardensity <- t(t(c(10,10,0))) barangle <- t(t(c(45,135,0))) barplot(height, density = bardensity, angle = barangle) You can get grids. Otherwise, only slanted lines or colo

Re: [R] How to fill bar plot with textile rather than color

2008-01-28 Thread John Kane
density ?barplot aa <- c(4,5,6) barplot(aa, density=2, col='red', border="blue") --- CHENYS <[EMAIL PROTECTED]> wrote: > Hi, I'm looking for a tool which can fill bar chart > with dash, skewed line, > or grids, rather than pure color. Any one have the > idea how to do that in R? > Or maybe in M

Re: [R] How to fill bar plot with textile rather than color

2008-01-28 Thread Domenico Vistocco
If you type > example(barplot) you will find an example. Ciao, domenico CHENYS wrote: > Hi, I'm looking for a tool which can fill bar chart with dash, skewed line, > or grids, rather than pure color. Any one have the idea how to do that in R? > Or maybe in Matlab will also be helpful. > > Than

[R] How to fill bar plot with textile rather than color

2008-01-27 Thread CHENYS
Hi, I'm looking for a tool which can fill bar chart with dash, skewed line, or grids, rather than pure color. Any one have the idea how to do that in R? Or maybe in Matlab will also be helpful. Thanks very much. -- View this message in context: http://www.nabble.com/How-to-fill-bar-plot-with-te