Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 94e73a83b06e7e5b46b34a326b67d402 > files > 154

asymptote-2.24-2.mga4.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));