Master-DataScience-Notes/1year/3trimester/Machine Learning, Statistical Learning, Deep Learning and Artificial Intelligence/Machine Learning/NO/figures/balls.tex
2020-04-11 23:48:53 +02:00

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}