我绘制了很多像这样的螺旋:
\draw[domain=0:2*pi, variable=\t, samples=500]
plot[fixed point arithmetic]
(1.2*exp(0.22*\t)*cos(deg(\t))}, {1.2*exp(0.22*\t)*sin(deg(\t))});
使用 TikZ 并尽可能多地使用样本(~5000 或更多)进行最终渲染。这样做有什么缺点吗?输出 PDF 文件大小(~150 Kb 而不是 ~6 Kb)不算在内。我需要的图像一般是 ~50x50 mm。