- /
 - 
        
20
 
        on 31 Oct 2021
        
        
 
    - 5
 - 31
 - 0
 - 0
 - 270
 
whitebg('black')
figure(Color='#0072BD')
scatter(4*rand(1,1e3)-2,4*rand(1,1e3)-2,3*rand(5,1e3),'w')
hold on
plot(-[0.2;
    1.5;
    1.5;
    0.2;
    0.2;
    1.5],[-15;
    -15;
    0;
    0;
    15;
    15]/10,[1.5;
    0.2;
    0.2;
    1.5;
    1.5],[-15;
    -15;
    15;
    15;
    -15]/10,'col','#D95319','LineW',9)
rectangle('Position',[-2;
    -2;
    4;
    4],'EdgeC','#EDB120','LineW',9)


