I am trying to weight areas of a twoway scatter by how frequent they show up.
For instance
scatter var1 var2
Say I have many observations that show up at the point (1,1) on my scatter plot, but not that many that are at (0,0). I want to make giant hollow circles but they should be much bigger at (1,1) since there are lots more observations at that point. Can you help?
Thanks!
For instance
scatter var1 var2
Say I have many observations that show up at the point (1,1) on my scatter plot, but not that many that are at (0,0). I want to make giant hollow circles but they should be much bigger at (1,1) since there are lots more observations at that point. Can you help?
Thanks!
Comment