Difference between revisions of "LaTeX:Diagrams"
Youknowwhoks (talk | contribs) (→Integer coordinates inside a cube of sidelength 6) |
Superhero802 (talk | contribs) (→Integer coordinates inside a cube of sidelength 6) |
||
Line 21: | Line 21: | ||
\draw (0,0)--(6,0); | \draw (0,0)--(6,0); | ||
\draw plot (6,(0,\x);); | \draw plot (6,(0,\x);); | ||
− | \draw plot ( | + | \draw plot (7,(6,\x);); |
\draw plot (0,(6,\x);); | \draw plot (0,(6,\x);); | ||
\draw (0,6)--(6,6); | \draw (0,6)--(6,6); |
Revision as of 02:25, 16 June 2020
LaTeX |
About - Getting Started - Diagrams - Symbols - Downloads - Basics - Math - Examples - Pictures - Layout - Commands - Packages - Help |
Diagrams and Figures
It's best to rely on Asymptote for drawing diagrams and figures, as does not have the ability to output good diagrams for geometry and such. However, does work wonderfully well with Asymptote.
Integer coordinates inside a cube of sidelength 6