• Remix
  • Share
  • New Entry

on 28 Oct 2021
  • 5
  • 25
  • 0
  • 0
  • 258
% reference https://usflags.design/alaska/
b = [.229 .604;
.396 .542;
.479 .453;
.563 .36;
.552 .229
.74 .167
.813 .271];
g="#FFB612";
hold
Current plot held
p=@(b,s)plot(b(:,1),b(:,2),'p',markers=s,markerf=g,markere=g);
p(b,16.129)
p([1.158 .818], 27.0551)
axis equal
xlim([0 1.416])
ylim([0 1])
xticks([])
yticks([])
f = gca;
f.Color="#0F204B";
Remix Tree
Load full remix tree