Displaying 2 results from an estimated 2 matches for "pedg".
Did you mean:
peng
2008 Sep 10
1
ggplot2: edge outlines on points
...o overlay two plots of the same points,
one plotted with fills and the other plotted with edge outlines (here
is my conceptual code):
pfill <- ggplot(data=DF, aes(x=X, y=Y)) +
geom_point(aes(colour=TRT),size=4) +
scale_colour_grey(end=0.8) +
theme_bw
pedge <- ggplot(data=DF, aes(x=X, y=Y)) +
geom_point(aes(colour=TRT),size=4) +
scale_colour_grey(end=0.8) +
scale_shape(solid=FALSE) +
theme_bw
However, I can't figure out the correct syntax, if this is even the
right way to go about it. Any...
2005 Feb 18
0
Time to beg on my knees for help!!!
Specs: Fedora Core 3. Dual P3 600 (Dell PEdge 1300) SCSI Disks
1x X100P (channel 1)
1x TDM20 (channels 2+3)
1x Knockoff X100P (channel 4)
I am looking to have all local and all toll free calls go outbound through
the Copper line, and all long-distance and international to go out through
the Vonage line. This way I can eliminate LD o...