• Remix
  • Share
  • New Entry

  • Joel Lynch

  • /
  • "I will apply, for the benefit of the sick, all measures that are required"

on 18 Oct 2021
  • 6
  • 68
  • 0
  • 0
  • 272
q='LineWidth'
q = 'LineWidth'
hold
Current plot held
y=.3
y = 0.3000
x=1.1
x = 1.1000
z=.43
z = 0.4300
r=1.7
r = 1.7000
p=.55
p = 0.5500
plot([x,x,r,r],[y,p,p,y],'k',q,4)
fill([x,1,1.4,1.8,r],[y z .51 z y],'w',q,4)
f='FontSize'
f = 'FontSize'
c='color'
c = 'color'
e=70
e = 70
text(1.25,.43,'+',f,e,c,'r')
text(-.57,.31,'❤',f,50,c,'r')
text(-.23,.33,'→∞',f,55)
text(-.4,.5,'lim =',f,e)
axis off
axis([-.5 2 0 1])
Remix Tree