- /
-
Snapshots of Earth's past climate
on 20 Oct 2021
- 36
- 26
- 0
- 0
- 194
X=20+2.*randn(3000);
Y=18+3.*randn(3000);
cc=histogram2(X,Y);
contourf(cc.Values)
shading interp
axis square off
axis([40 120 55 160])
N=50;
l=@linspace;
r=l(.5,1,N)';
g=l(.1,.8,N)';
b=l(0,.5,N)';
colormap([r g g]);