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
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
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
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
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
5 matches
Mail list logo