Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > d1a1556520c0bfa75598e2c571ecab56 > files > 157

asymptote-2.41-1.mga6.x86_64.rpm

import annotate;
settings.outformat="pdf";

size(200);

draw(unitcircle);
dot((0,0));
annotate("O","(0,0)",(0,0));
annotate("A","(1,0)",(1,0));
annotate("B","(0,1)",(0,1));
annotate("C","(-1,0)",(-1,0));
annotate("D","(0,-1)",(0,-1));