- /
-
Jedi Spy
on 31 Oct 2021
- 3
- 61
- 2
- 1
- 179
close all
spy
G=gca;
G=G.Children;
X=G.XData;
Y=G.YData;
figure(Color='k')
scatter(X,-Y,50,'b','filled')
hold on
scatter(X,-Y,20,'c','filled')
scatter(X,-Y,5,'w','filled')
hold off
axis off equal