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

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