• Remix
  • Share
  • New Entry

on 13 Oct 2021
  • 20
  • 29
  • 0
  • 0
  • 278
%dragon fight
G=[.9 .8 .4];
figure('Color',G-.4)
hold;
Current plot held
P='Pos';
d(1,0,0)
d(0,1,90)
d(-1,0,180)
d(0,-1,270)
%text(0, sp,char([55357 56329]),FS,s, FC, GOLD-.1,R,90)
%text(-sp, 0,char([55357 56329]),FS,s,FC,GOLD-.3 ,R,180)
%text(0, -sp,char([55357 56329]),FS,s,FC,GOLD-.2 ,R,270)
rectangle(P,[-2 -2 4 4],'FaceColor','r','Curvature',[1 1])
axis([-11 11 -12 12])
axis equal off
function d(p,q,r)
G=[.9 .8 .4];
S='FontSize';
C='Color';
%P='Position';
R='Rot';
text(p,q,char([55357 56329]),S,150,C,G,R,r)
end
Image
Remix Tree