• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 8
  • 16
  • 0
  • 0
  • 147
[x,y]=meshgrid(-16:.01:16);
mesh(x,y,cos(x).*tanh(y).*log10(abs(x))./log10(abs(y)))
colormap lines
ax=axis;
axis([ax(1) ax(2) -1.5 0])
view(20,90)
axis off
Remix Tree