- /
-
"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'
hold
y=.3
x=1.1
z=.43
r=1.7
p=.55
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'
c='color'
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])