Figure Asymptote generalities -- 046
🔗This picture comes from the Asymptote gallery of topic generalities

Show generalities/fig0460.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Arrows/Bars | #Position
size(5cm,0); path line=(0,0)--(5,0); transform T=shift(0,-1); draw(line, Bar); draw(T*line, BeginBar); draw(T^2*line, Bars); draw(T^3*line, Arrow, BeginBar);