79465404

Date: 2025-02-25 04:27:13
Score: 1
Natty:
Report link

If it doesn't HAVE to be a scatter plot, the general consensus is to just use bubble. basically, the exact same code but use bubble instead of scatter plot

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