• Remix
  • Share
  • New Entry

on 9 Oct 2021
  • 27
  • 561
  • 4
  • 0
  • 280
X=1:6;
l={
'Tell a lie and hurt you',
'Say goodbye',
'Make you cry',
'Run around and hurt you',
'Let you down',
'Give you up',
};
e=[1,0,0,0,0,0];
h=pie3(X,e,l);
for i = 4:4:length(h) %patch,surf,patch,text
%disp(h(i))
h(i).FontSize=14;
%h(i).BackgroundColor='black';
%h(i).Color='white';
h(i).Position=h(i).Position*1.25;
end
shading interp
title("Rick won't",'Color','red','Fontsize',16)
Remix Tree
Load full remix tree