当前位置:首页 > 使用样例 > 绘图

任意角-螺线
上传时间:2022-01-25 21:52:54
  • 任意角-螺线
作品简介

\documentclass{standalone} \usepackage{tikz} \begin{document}

\begin{tikzpicture}% %微信公众号《觅宁参考》绘制,关注了解更多内容 %画图原理:螺线极坐标方程 \draw (3,0)--(0,0)--(60:3); \draw[->] plot[samples=500,domain=0:0.834] ({(0.7+1\x)cos(10pi(\x) r)},{(0.7+1\x)sin(10pi(\x) r)}); \end{tikzpicture}

暂无评论

  •  3014
  •  10
  •  5
  • 作  者: 乔诚 关注 已关注
  • 测试平台:texlive
  • 编译方式:xelatex
  • 源码属性:原创