Skip to content
Prev 300407 / 398503 Next

ggplot2 qplot pch not working anymore

I'm sorry I didn't give the correct code, or explaination;  the 
shape=pch doesn't work anymore.  For example this used to work, but no 
longer can accept continuous values:

#example code
a <- 1:10
b <- 1:10
pch <- 1:10

q <- data.frame(a,b,pch)

qplot(a,b, shape=pch)

many thanks,

Stephen Sefick
On 07/17/2012 07:28 PM, Stephen Sefick wrote: