Displaying 20 results from an estimated 80 matches similar to: "shading bar charts"
2003 Aug 01
1
shading in image()
Is there a way to make a shading interpolation on an image plot?
Something similar to matlab 'shading interp', I think it is called Gouraud
shading.
What I want is to make a image plot look nicer. with image() it looks very
facetted, and I would like to make it look smoother.
I've tried with interp.surface() in fields package but it (obviously) makes
nan values at the borders and
2007 Nov 29
1
Wireframe graph: black and white shading instead of color
All,
The code below produces a color 3D graph. I'd like to make it black and
white shading. I tried setting col.regions to FALSE but this just made it
completely white. I want the graph to look exactly as is, except black (or
grey) and white shading. Is this possible?
Cheers,
David
p.list = c(.01, .1, .25, .5, .75, .9)
cov.list = c(.2, .1, .05) ### leave out .01
X = rep(p.list, 3)
2011 Feb 19
1
barplot, different color for shading lines and bar
Dear all,
might there be a modified barplot function out there which allows the user
to specify a fill color for the bars and independent parameters for the
overlaid shading lines ?
Currently, when I specify density and col, the fill color for the bars is
white.
Thanks!
Markus
[[alternative HTML version deleted]]
2013 Oct 31
1
Moving averages shading / two colours / polygon
I am stuck at the following problem.
I have two moving averages. One is faster than another. After plotting them
I need to shade area between them in green when the faster is above slower
and red where faster is below slower.
Something like this:
http://charts.stocktwits.com/production/original_9205513.png?1345576091
I tried with polygon but I can't do it. Any hints?
Regards
olo
--
View
2018 Jan 12
1
shading (fill) the area between two lines
Dear All:
I am trying to shade the area between the two lines; *line 1* and *line 2*.
You can use this code as an example.
x100<-c(-1,1,2,3,4,5,6,3)
y100<-c(4,5,3,1,4,4,2,-1)
plot(x100,y100)
*##### line1*
abline(a=-(Beta0-1)/Beta[1,2], b=-Beta[1,1]/Beta[1,2], lwd = 3,
col="skyblue", lty=3) ##### lty=3,
*##### line 2*
abline(a=-(Beta0+1)/Beta[1,2],
2006 Apr 23
2
Window shading
Hi all.
New to the list, so my apologies, if I am out of line.
I was told, that window shading (rolling them up into the title bar) is
on the TODO-list. As I normally rely heavily on this feature, I just
wondered which priority it has, i.e. when I can expect it. I rely solely
on your kindness for this, as I am neither versed in C nor graphical
effects, and thus cannot provide code of my own.
2006 Jun 04
2
Window shading feature requested
Subject says it all.
---------------------------------
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail Beta.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/compiz/attachments/20060604/8bc25380/attachment.html
2006 Jun 08
1
Bug in shading
My thanks still stands, however, when one reloads compiz, any shaded
windows are closed.
Just wanted to let you know
Best regards,
Sune M?lgaard
--
The best way to accelerate a Macintosh is at 9.8m sec sec.
- Marcus Dolengo
2006 Jun 09
1
No window decorations with latest CVS/window shading
If I update to the latest CVS, my window decorations disappear. I'm running
Gnome 2.15.2 under Gentoo, so it's possible this is some interaction with
the newest gtk+ or other Gnome libraries. Gnome-window-decorator is running
and the decoration plugin is loaded.
I first had this problem with the latest quinnstorm, so I switched to the
latest CVS for fdo compiz, removing
2010 Sep 28
0
[LLVMdev] OpenGL Shading Language (GLSL) front end using llvm
Hi All,
Sorry to bother all of you.
Currently I am developing OpenGL Shading Language (GLSL) front end as an
hobby.
Like clang it will generate LLVM IR. I have modified the ucc front end (
http://ucc.sourceforge.net/) to support GLSL language.
The parser of ucc is hand written and seems pretty fast. Currently 70-80%
work I have completed.
I will appreciate your feedbacks and I will be very thank
2006 Oct 26
1
Adding shading to background of Time series plot
Hello All,
Thank you in advance.
I have looked up and down in the archives to see if I could find some help
on moving the polygons to the background of a ts.plot. I've tried
panel.first in the gpars(...) arguments and trellis.focus, but I get
errors. Am I missing something easy here? Here is my script:
ts.plot(tsdjia, tstenyield, gpars = list(xlab = " ", ylab = " ",
2007 Jan 29
2
countour and poygon shading
Hi,
I have a contour plot and I want to shade a polygon (the area below a line)
but the polygon shading wipes out the contour lines. Does anybody know how
to shade the polygon and still see the contour lines? Thanks.
Jeff
2007 Oct 30
1
Polygon shading line colors
Hi there,
I'm having trouble working out how to change the colors of polygon
shading lines. If I plot a polygon with
polygon(poly,density=30,borders=gray(0.5))
I get gray borders but black shading lines; I have tried adding
col=gray(0.5), bg=gray(0.5) and fg=gray(0.5), but no luck.
How can I change the colors of the shading? The help file doesn't
seem to detail this, so any
2008 Jul 08
1
shading an area in a edf
Hi,
I've got the following edf:
***
x = c(1.6,1.8,2.4,2.7,2.9,3.3,3.4,3.4,4,5.2)
F2.5 <- ecdf(x)
plot(F2.5,
verticals= TRUE,
do.p = TRUE,
lwd=3,
ylab = "",
xlab = "",
xlim = c(1,5.5))
abline(h= (0:5)*0.2)
#mean
abline(v=mean(x), lwd=2)
mtext(text=expression(bar(x) == 3.07), side=1, adj=0.462, padj=3, cex=1)
***
Now I would like to
2009 Jul 04
2
Shading the area between lines
Hi,
I have a graph with seven parallel horizontal lines. Is it possible to
shade the area between two adjacent lines?
Thank you in advance,
Hannu
2009 Dec 15
1
shading between to curves that intersect repeatedly
Dear R-Community,
I have the following problem and was wondering whether someone could help
me out. I have a number of time series of discharge (up to 3000 data
points in some cases) which I would like to compare on the same line plot
by shading the area between some of them. Can anyone tell me how to do
that? I have tried to fiddle around with the polygon function, but the
curves interact a
2009 Dec 28
3
graph shading is overlaying axes
How can I resolve this problem?...
As a general example,
plot (1:4)
polygon(c(0,0,5,5),c(0,5,5,0), border="lavenderblush1", col =
"lavenderblush1")
###see how this overlays the axes lines
#I have tried...
for (k in 1:4) axis(k, lwd.ticks=0, label=F)
#...but this misses the corners
Any suggestions?
--
View this message in context:
2010 Aug 31
1
Q about package Icens: change the color of the shading in plot function
Hello!
I want to use the Icens package for analyzing interval-censored data. This code from the manual gives me what I want.
library(Icens)
data(cosmesis)
csub1 <- subset(cosmesis, subset=Trt==0, select=c(L,R))
e1 <- VEM(csub1)
plot(e1)
However, I would like to change the color of the shading from green to something less green, say gray. Any ideas how I could do that? I looked at par, but
2011 Dec 03
1
Shading the plot
Hi all,
I have been trying to shade the specific part of the plot
Part to be shaded
1. Any color whenever a2>a3
2. Any other color( Not same as 1) whenever a2<a3
Suggest me some code for this task
PLOT CODE for reference
######################################################################################################
2012 Aug 07
2
shading line plot
Hi everyone,
I have a time series data set and I want to fill my line plot of this time
series with different colors
e.g
I want to fill portion related to 1995-1996 with blue , portion related to
1996-1997 with orange and then portion related to 1997-1998 with red
can anyone please help me.
[[alternative HTML version deleted]]