10 下图中的图象如何用tikz绘制?

发布于 2024-11-15 18:02:37

下图中的图象如何用tikz绘制?谢谢!
14.jpg

查看更多

关注者
1
被浏览
143
Skyrmion
Skyrmion 2024-11-15
Looking forward to my Ph.D. offer...

只画一个,后面的你可以选择套用循环,或者复制粘贴

\documentclass{ctexart}

\usepackage{tikz}

\begin{document}

\begin{tikzpicture}
  \node [ circle, draw ] (a) {};
  \node [ circle, draw, fill, xshift = 1cm ] (b) at (a) {};
  \node [ circle, draw, fill, shift = {({sin(18)}, {cos(18)})} ] (c) at (b) {};
  \node [ circle, draw, fill, shift = {({-cos(36)}, {sin(36)})} ] (d) at (c) {};
  \node [ circle, draw, fill, shift = {({-cos(36)}, {-sin(36)})} ] (e) at (d) {};
  \draw (a) -- (b) -- (c) -- (d) -- (e) -- (a);
\end{tikzpicture}

\end{document}
2 个回答
mike
mike 2024-11-15
这家伙很懒,什么也没写!

其实后面的图麻烦

撰写答案

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览