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

Show graph/fig0080.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Graph.asy
Tags : #Graph | #Axis | #Number format | #Tex/latex features
size(8cm,0); import graph; texpreamble("\usepackage[frenchb]{babel}"); xlimits( -3pi, 3pi); xaxis(BottomTop(), Ticks(Label("$\nombre{%.2f}$",red), Step=2pi, step=pi/5, pTick=.8red));