Asymptote Generalities – fig0540

Category: Asymptote,Examples 2D,GeneralitiesPh. Ivaldi @ 3 h 39 min

You may view all the posts of the category « Generalities » (Compiled with Asymptote version 2.14svn-r5318) size(3cm,0); pen[][] p={{rgb(white),rgb(grey),rgb(black)}, {red,green,blue}, {cyan,magenta,yellow}}; latticeshade(unitsquare,p);

Mots-clefs : , ,


Asymptote Generalities – fig0530

Category: Asymptote,Examples 2D,GeneralitiesPh. Ivaldi @ 2 h 39 min

You may view all the posts of the category « Generalities » (Compiled with Asymptote version 2.14svn-r5318) pen[][] p={{rgb(black),rgb(black)}, {rgb(red),rgb(green)}}; latticeshade((0,0)–(0,2cm)–(2cm,0)–cycle,p);

Mots-clefs : , , ,


Asymptote Generalities – fig0520

Category: Asymptote,Examples 2D,GeneralitiesPh. Ivaldi @ 1 h 39 min

You may view all the posts of the category « Generalities » (Compiled with Asymptote version 2.14svn-r5318) pen[][] p={{rgb(black)}, {rgb(.8red)}}; latticeshade((0,0)–(0,2cm)–(2cm,0)–cycle,p);

Mots-clefs : , , ,


Asymptote Generalities – fig0510

Category: Asymptote,Examples 2D,GeneralitiesPh. Ivaldi @ 12 h 39 min

You may view all the posts of the category « Generalities » (Compiled with Asymptote version 2.14svn-r5318) filldraw((0,0)–(0,2cm)–(2cm,0)–cycle,fillpen=gray,drawpen=linewidth(1mm)+.8red);

Mots-clefs : , ,


Asymptote Generalities – fig0500

Category: Asymptote,Examples 2D,GeneralitiesPh. Ivaldi @ 11 h 39 min

You may view all the posts of the category « Generalities » (Compiled with Asymptote version 2.14svn-r5318) filldraw((0,0)–(0,2cm)–(2cm,0)–cycle,gray);

Mots-clefs : , ,


Asymptote Generalities – fig0490

Category: Asymptote,Examples 2D,GeneralitiesPh. Ivaldi @ 10 h 39 min

You may view all the posts of the category « Generalities » (Compiled with Asymptote version 2.14svn-r5318) fill((0,0)–(0,2cm)–(2cm,0)–cycle,gray);

Mots-clefs : , ,


Asymptote Generalities – fig0480

Category: Asymptote,Examples 2D,GeneralitiesPh. Ivaldi @ 9 h 39 min

You may view all the posts of the category « Generalities » (Compiled with Asymptote version 2.14svn-r5318) size(4cm,0); draw((-.5,0)–(1,0)); draw((0,-.5)–(0,1)); draw((0,0)–(.75,0),linewidth(1mm),Arrow(3mm)); draw((0,0)–(0,.75),linewidth(1mm),Arrow(3mm));

Mots-clefs : ,


Asymptote Generalities – fig0470

Category: Asymptote,Examples 2D,GeneralitiesPh. Ivaldi @ 8 h 39 min

You may view all the posts of the category « Generalities » (Compiled with Asymptote version 2.14svn-r5318) path line=(0,0)–(5cm,0); transform T=shift(0,-cm); draw(line,linewidth(1mm),Bars); draw(T^2*line,Bars(5mm)); draw(T^3*line,linewidth(1mm),Bars(5mm)); draw(T^4*line,dotted+red,Bars);

Mots-clefs : , ,


Asymptote Generalities – fig0460

Category: Asymptote,Examples 2D,GeneralitiesPh. Ivaldi @ 7 h 39 min

You may view all the posts of the category « Generalities » (Compiled with Asymptote version 2.14svn-r5318) 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);

Mots-clefs : , ,


Asymptote Generalities – fig0450

Category: Asymptote,Examples 2D,GeneralitiesPh. Ivaldi @ 6 h 39 min

You may view all the posts of the category « Generalities » (Compiled with Asymptote version 2.14svn-r5318) size(5cm,0); path g = (0,0)–(1,0); draw(g,Arrow(Relative(0.75))); add(arrow(reverse(g), invisible, FillDraw(green,red), Relative(0.75)));

Mots-clefs : , ,