% % Colors in the figures in the text % were modified using the figure % edit commands in the fifure window % tool bar. % n=1:1000; d = 137.51; th = pi*d*n/180; r = sqrt(n); plot(r.*cos(th), r.*sin(th), 'ok') axis equal axis off