Displaying 2 results from an estimated 2 matches for "ffb90f".
Did you mean:
f96b90f
2011 Feb 04
1
problem barplot width
...width of
the bars e.g. width=c(0.01,0.01,0.01), but it does not do what I want.
Any help/suggestions would be greatly appreciated.
# some data
d<-c(-4.227684e-04,2.012307e-04,4.085164e-05)
s<-c(3.588785e-05,9.133071e-05,2.072433e-05)
# barplot colour
barcol<-c("#6E8B3D","#FFB90F","#8B0000","#6E8B3D","#FFB90F","#8B0000","#6E8B3D","#FFB90F","#8B0000")
# create barplot
barplot(d,col=barcol,ylim=c(min(d-s*1.25),max(d+s*1.25)),space=0.1)
thanks in advance for your help
Best wishes,
Mario
2000 Feb 29
0
mapping of colornames into hsv: half way done
...;, "#00EEEE",
"cyan3", "#00CDCD",
"cyan4", "#008B8B",
"darkblue", "#00008B",
"darkcyan", "#008B8B",
"darkgoldenrod", "#B8860B",
"darkgoldenrod1", "#FFB90F",
"darkgoldenrod2", "#EEAD0E",
"darkgoldenrod3", "#CD950C",
"darkgoldenrod4", "#8B6508",
"darkgray", "#A9A9A9",
"darkgreen", "#006400",
"darkgrey", "#A9A9A...