• Remix
  • Share
  • New Entry

on 12 Oct 2021
  • 14
  • 14
  • 0
  • 0
  • 236
n=40;
x = rand(1,n);
y = rand(1,n);
z = x';
%rand(1,n);
sz = rand(1,n);
cc = prism(n+10);
c=cc(11:end,:);
bubblechart3(x,y,z,sz,c,'MarkerEdgeColor', 'none')
%set(h, 'MarkerFaceColor', 'none')
view(70,10)
light
hold
Current plot held
g=rectangle('Position',[0,0,1.1,0.9])
g =
Rectangle with properties: FaceColor: 'none' EdgeColor: [0 0 0] LineWidth: 0.5000 LineStyle: '-' Curvature: [0 0] Position: [0 0 1.1000 0.9000] Show all properties
set(g,'EdgeColor',[1 0 0],'LineWidth',2 )
axis off
Image
Remix Tree