Figure Asymptote graph -- 011
🔗This picture comes from the Asymptote gallery of topic graph

Show graph/fig0120.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Graph.asy
Tags : #Graph | #Axis | #Label
size(6cm,0); import graph; xlimits( -3, 3); ylimits( -3, 3); xaxis(Ticks("%")); yaxis(Ticks("%")); labelx(1,2S); labely(1,2W); labelx("$O$",0,SW); dot((0,0));