PIPRIME.FR BLOG

Live fully to honor life

Tag Atexit -- Asymptote Gallery

đź”—generalities-fig194

Figure generalities 194 Generated with Asymptote

Show generalities/fig1960.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Atexit

size(6cm); 
 
void extra() 
{ 
  label("Read the code to understand...",(0,0),white);
  plain.exitfunction(); 
} 

atexit(extra); 
fill(xscale(2)*unitcircle); 

0%