mirror of
https://github.com/Andreaierardi/Master-DataScience-Notes.git
synced 2025-02-11 10:36:48 +01:00
6 lines
166 B
TeX
6 lines
166 B
TeX
\documentclass[tikz]{standalone}
|
|
\begin{document}
|
|
\begin{tikzpicture}
|
|
\draw[shading = ball] (0, 0) circle (2);
|
|
\end{tikzpicture}
|
|
\end{document} |