Figure Asymptote generalities -- 194
🔗This picture comes from the Asymptote gallery of topic generalities

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);