• Remix
  • Share
  • New Entry

  • haz

  • /
  • Sith Spy

on 31 Oct 2021
  • 4
  • 33
  • 0
  • 0
  • 181
close all
spy
G=gca;
G=G.Children;
X=G.XData;
Y=G.YData;
figure(Color='k')
scatter(X,-Y,50,'r','filled')
hold on
scatter(X,-Y,15,'y','filled')
scatter(X,-Y,2.5,'w','filled')
hold off
axis off equal
Remix Tree