I can normally futz around and make the points a similar size, but shouldn't this be the intuitive consequence of the dotsize command?
--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: http://gist.github.com/270442
To post: email ggp...@googlegroups.com
To unsubscribe: email ggplot2+u...@googlegroups.com
More options: http://groups.google.com/group/ggplot2
Hi Tom -The diameter is determined by the binwidth value -- the diameter (when dotsize=1) is the same as the binwidth. The value of dotsize tells it to scale relative to binwidth. At present there's no way to set the dot size to be an absolute size. That wouldn't be too hard to do, though. When I wrote the code, it didn't occur to me that people might want to use dot plots this way, but I can see how it might be useful.
--