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

Show graph/fig0060.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Graph.asy
Tags : #Graph | #Axis | #Grid
size(8cm,0); import graph; xlimits( -3pi, 3pi); ylimits( -5, 5); yaxis( "y" , LeftRight(), RightTicks(pTick=.8red, ptick=lightgrey, extend=true)); xaxis( "x-value", BottomTop(), Ticks(Label("$%.2f$",red), Step=2pi, step=pi/5, pTick=.8red, ptick=lightgrey, extend=true));