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-textile-rather-than-color-tp15127737p15127737.html Sent from the R help mailing list archive at Nabble.com.
Domenico Vistocco
2008-Jan-28 09:13 UTC
[R] How to fill bar plot with textile rather than color
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. > > Thanks very much. >
density ?barplot aa <- c(4,5,6) barplot(aa, density=2, col='red', border="blue") --- CHENYS <jeffelf at gmail.com> 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. > > Thanks very much. > -- > View this message in context: >http://www.nabble.com/How-to-fill-bar-plot-with-textile-rather-than-color-tp15127737p15127737.html> Sent from the R help mailing list archive at > Nabble.com. > > ______________________________________________ > R-help at r-project.org 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. >