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

Show graph/fig0050.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Graph.asy
Tags : #Graph | #Axis | #Defaultpen
size(8cm,0); import graph; xlimits( -100, 100); ylimits( -50, 50); defaultpen(overwrite(SuppressQuiet)); yaxis( "$y$" , Ticks(Label(.8red+fontsize(8),align=E)), p=.8red); xaxis( "$x$", Ticks(Label(.8blue+fontsize(8))), p=.8blue);