- /
-
Same Length Lines
on 19 Oct 2022
- 4
- 7
- 0
- 0
- 230
figure('Color','k');hold on;
rng(3); s=rand
sz=20.5;
for i=1:18,
plot(0,0,'go','MarkerSize',i*sz)
end
%ine(s.*[-1,1,1,-1,-1],s.*[-1,-1,1,1,-1],'Color','r','LineWidth',2) %
ys=0.2; line([-1.2,1.2],[0+2*ys,0+2*ys],'Color','r','LineW',3);
line([-1.22,1.22],[0+ys,0+ys],'Color','r','LineW',3);
axis equal off
hold off