x=rand(40,1); y=randn(40,1); area=20+(1:40); scatter(x,y,area) box on title('Figure 25.20: A scatter plot')