Kind of confusing that you have two separate geom_point calls; also
you're setting color and fill both equal to circlefill, which I don't
think you want to do for an always-black ring.
Simplifying things for now...does this work for you?
ggplot(myd,aes(rowv,columnv))+geom_point(pch=21,aes(size=circlesize,fill=circlefill))+scale_size_area(breaks=seq(0.3,1,length.out=4),
max_size=20)
Regards
Ben
> --
> --
> You received this message because you are subscribed to the ggplot2 mailing
> list.
> Please provide a reproducible example:
>
https://github.com/hadley/devtools/wiki/Reproducibility
>
> To post: email
ggp...@googlegroups.com
> To unsubscribe: email
ggplot2+u...@googlegroups.com
> More options:
http://groups.google.com/group/ggplot2
>
> ---
> You received this message because you are subscribed to the Google Groups
> "ggplot2" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
ggplot2+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.