mirror of
https://github.com/Andreaierardi/Master-DataScience-Notes.git
synced 2025-01-09 02:55:57 +01:00
7 lines
212 B
TeX
7 lines
212 B
TeX
\documentclass[tikz]{standalone}
|
|
\begin{document}
|
|
\begin{tikzpicture}
|
|
\draw[shading = ball] (0, 0) circle (2);
|
|
\draw[shading = ball] (5, 0) circle (2);
|
|
\end{tikzpicture}
|
|
\end{document} |