Hello all,
Relative stata newbie here so sorry if this is a basic question but I cannot seem to find a solution.
I am working with a set of discrete variables and I would like to make a scatter plot in which the marker size is reflective of the relative frequency of the observations.
For examples, a subset of my data might look like:
(1,3)
(2,2)
(2,2)
(3,1)
(3,1)
(3,1)
So I would want the plot point at (2,2) to be twice the size of the plot point at (1,3) and two-thirds the size of the marker at (3,1).
Thank you for any suggestions!
Relative stata newbie here so sorry if this is a basic question but I cannot seem to find a solution.
I am working with a set of discrete variables and I would like to make a scatter plot in which the marker size is reflective of the relative frequency of the observations.
For examples, a subset of my data might look like:
(1,3)
(2,2)
(2,2)
(3,1)
(3,1)
(3,1)
So I would want the plot point at (2,2) to be twice the size of the plot point at (1,3) and two-thirds the size of the marker at (3,1).
Thank you for any suggestions!
Comment