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

Show graph/fig0030.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Graph.asy
Tags : #Graph | #Axis
size(8cm,0,false); import graph; xlimits( -100, 100); ylimits( -50, 50); yaxis( "y" , RightTicks()); xaxis( "x", Ticks());