Difference between revisions of "User:Lord baltimore"
(Created page with "{{Lord_Baltimore}} I like to create Asymptote and <math>\LaTeX</math> code. This is an example: [asy] //vertical lines draw((-10,-11)--(-10,11),rgb(.7,.7,.7)); draw((-9,-11)...") |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
I like to create Asymptote and <math>\LaTeX</math> code. This is an example: | I like to create Asymptote and <math>\LaTeX</math> code. This is an example: | ||
− | + | <asy> | |
//vertical lines | //vertical lines | ||
draw((-10,-11)--(-10,11),rgb(.7,.7,.7)); | draw((-10,-11)--(-10,11),rgb(.7,.7,.7)); | ||
Line 51: | Line 49: | ||
draw((13,0)--(-13,0),Arrows); | draw((13,0)--(-13,0),Arrows); | ||
− | + | draw((0,13)--(0,-13),Arrows); | |
+ | </asy> |
Latest revision as of 14:20, 2 January 2020
I like to create Asymptote and code. This is an example: