Difference between revisions of "LaTeX:Diagrams"
Youknowwhoks (talk | contribs) (→Integer coordinates inside a cube of sidelength 6) |
|||
Line 14: | Line 14: | ||
\node[red] at (\i ,(\m ,\z ) {\textbullet }; ); | \node[red] at (\i ,(\m ,\z ) {\textbullet }; ); | ||
\node[red] at (\m ,(\i ,\z ) {\textbullet }; ); | \node[red] at (\m ,(\i ,\z ) {\textbullet }; ); | ||
− | \node[ | + | \node[blue] at (\z , (\i ,\m ) {\textbullet }; ); |
}; | }; | ||
}; | }; |
Revision as of 11:38, 16 May 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