- /
-
Cool needle
on 19 Oct 2021
- 1
- 10
- 0
- 0
- 168
n=1000;
x=rand(1,n);
colormap cool
bubblechart(x,x,x,x,'MarkerFaceAlpha',0.35,'MarkerEdgeAlpha',0);
set(gcf,'Color','k')
axis square
axis off
xlim([-0.15 1.15])
ylim([-0.15 1.15])