Master-DataScience-Notes/1year/3trimester/Machine Learning, Statistical Learning, Deep Learning and Artificial Intelligence/Machine Learning/NO/figures/balls.tex

7 lines
212 B
TeX
Raw Normal View History

2020-04-11 23:48:53 +02:00
\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}