LaTeX

Really easy 3D graphics in LaTeX

Note: The word “easy” is relative to the other solutions I found for doing 3D graphics in LaTeX. The following template is adapted from the annotated 3d box example. % Template for drawing with tikz 3D package \documentclass[]{article} \usepackage{tikz} \usetikzlibrary{3d} \begin{document} % Draw a 3D coordinate system \begin{center} \begin{tikzpicture}[x = {(1cm,0cm)}, y = {(0.4cm,0.6cm)}, z

Really easy 3D graphics in LaTeX Read More »