search for: markeredgecolor

Displaying 1 result from an estimated 1 matches for "markeredgecolor".

2008 Sep 10
1
ggplot2: edge outlines on points
...weak, but can't seem to find the grob handles necessary OR the right plotting strategy. Here's one problem I've been puzzling over: Q> How do you plot points with a grey fill and a black outline around the edge? I haven't been able to find the MatLab equivalent of "MarkerEdgeColor" so I've been working on trying to 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_col...