search for: 0000ffaa

Displaying 5 results from an estimated 5 matches for "0000ffaa".

Did you mean: 0000ff0a
2017 Dec 31
2
Draw Overlapping Circles with shaded tracks
That code nees the plotrix package: library(plotrix) pdf("circles.pdf") plot(0:10,type="n",axes=FALSE,xlab="",ylab="") draw.circle(4,5,radius=3,border="#ff0000aa",lwd=10) draw.circle(6,5,radius=3,border="#0000ffaa",lwd=10) dev.off() On Friday, December 29, 2017, 6:06:32 PM EST, Jim Lemon <drjimlemon at gmail.com> wrote: Hi Abou, Without an illustration it's hard to work out what you want. here is a simple example of two circles using semi-transparency. Is this any help? pdf(&quo...
2017 Dec 31
1
Draw Overlapping Circles with shaded tracks
...draw.circle(4,5,radius=3.35,border="red",lty=3,lwd=3) draw.circle(4,5,radius=3.40,border="red",lty=3,lwd=3) draw.circle(4,5,radius=3.45,border="red",lty=3,lwd=3) draw.circle(4,5,radius=3.50,border="red",lty=3,lwd=3) draw.circle(7.5,5,radius=3,border="#0000ffaa",lwd=75) draw.circle(7.5,5,radius=2.50,border="blue",lty=3,lwd=3) draw.circle(7.5,5,radius=2.55,border="blue",lty=3,lwd=3) draw.circle(7.5,5,radius=2.60,border="blue",lty=3,lwd=3) draw.circle(7.5,5,radius=2.65,border="blue",lty=3,lwd=3) draw.circle(7.5...
2017 Dec 29
0
Draw Overlapping Circles with shaded tracks
...ou want. here is a simple example of two circles using semi-transparency. Is this any help? pdf("circles.pdf") plot(0:10,type="n",axes=FALSE,xlab="",ylab="") draw.circle(4,5,radius=3,border="#ff0000aa",lwd=10) draw.circle(6,5,radius=3,border="#0000ffaa",lwd=10) dev.off() Jim On Fri, Dec 29, 2017 at 9:45 PM, AbouEl-Makarim Aboueissa <abouelmakarim1962 at gmail.com> wrote: > Dear All: > > > I am wondering if there is a way in R to draw these two circles with shaded > tracks in both circles using R, and make both circles...
2017 Dec 31
0
Draw Overlapping Circles with shaded tracks
...a ?crit?: > That code nees the plotrix package: > library(plotrix) > pdf("circles.pdf") > plot(0:10,type="n",axes=FALSE,xlab="",ylab="") > draw.circle(4,5,radius=3,border="#ff0000aa",lwd=10) > draw.circle(6,5,radius=3,border="#0000ffaa",lwd=10) > dev.off() > > > > > On Friday, December 29, 2017, 6:06:32 PM EST, Jim Lemon <drjimlemon at gmail.com> wrote: > > Hi Abou, > Without an illustration it's hard to work out what you want. here is a > simple example of two circles usi...
2017 Dec 29
2
Draw Overlapping Circles with shaded tracks
Dear All: I am wondering if there is a way in R to draw these two circles with shaded tracks in both circles using R, and make both circles uncovered. I am trying to make it in MS words, but I could not. Your help will be highly appreciated. In my previous post I added the image of the two circles, but the post never published. I just thought to resent the post again without the image. with