- /
-
CheerLights color at exactly 1715 UTC on 2022-10-19
on 19 Oct 2022
- 6
- 37
- 0
- 1
- 269
writelines('t=webread("http://api.thingspeak.com/channels/1417/field/2/last.json");','ts.m'),ts
x=-.6:.001:.6;
y=1-sqrt(1-(abs(x)-1).^6);
hold on
for i=1:50
s=rand;
xs=rand*20+x*s;
ys=rand*20;
fill([xs,fliplr(xs)],[s*y+ys ys-s*y],"w",EdgeColor="y")
end
set(gcf,Color=t.field2);
axis off