Skip to content
Prev 247255 / 398506 Next

2d plot with modification of plotting symbol to indicate third dimension.

On Thu, 13 Jan 2011, Bert Gunter wrote:

            
('Display' Data, 1984).

In a pseudo-3D plot, such as scatter3dplot, size perception can be 
even more complex.
It will be approximately 1.23 times the radius.  For the default pch=1 
(and we seem to be talking about circles), in the graphics devices 
points() and symbols() will call the same graphics primitives for 
circles.  Now circles will have their sizes rounded to something, 
maybe the nearest pixel, maybe 0.01bp, maybe something else, so you 
may not have much control over very small circles, but you will over 
those of diameter about 5mm or more.
In some ways this goes back to S, where AFAIR (and ?points suggest) 
pch=1 was an octagon and symbols() was the only way to draw circles.