79465951

Date: 2025-02-25 09:13:24
Score: 0.5
Natty:
Report link

bill is almost right, you do not use the size() option directly. Instead, you specify the bubble size as the third positional argument.

sysuse auto, clear
gen weight2 = sqrt(weight)
twoway bubble price mpg weight2
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Max_Stone