如何在 Tex 中绘制 2 个函数 2024-5-24 • tikz-pgf 我的目标是绘制二次函数和 S 曲线这里但是我无法让线条匹配。如果可以的话请帮忙! \begin{tikzpicture} \begin{axis}[grid=both, xmax=10,ymax=10] \addplot[green] {x^2}; \addplot[blue,domain=1/2^6:10,samples=100] {1/(1 + exp(-x))}; \end{axis} \end{tikzpicture} 答案1 也许是这样的? \documentclass[border = 5pt]{standalone} \usepackage{pgfplots} \begin{document} \begin{tikzpicture} \begin{axis}[grid=both, domain=0:2, samples=100, ] \addplot[green] {(x / 2)^2}; \addplot[blue,] {1/(1 + exp(-4 * (x - 1)))}; \end{axis} \end{tikzpicture} \end{document} 相关内容 编辑: Excel 函数 IF 是否可以使用实时棒更改现有加密 Ubuntu 18.04 安装的挂载选项? 如何更改网络主机并最大程度地减少电子邮件停机时间 暂停后屏幕空白:nouveau 说链接训练失败 动态 DNS 和 SSL 问题 阻止程序在 %appdata%、%temp% 等中运行有哪些优点/缺点? Microsoft.Web.Administration 和应用程序池没有设置? 具有 Infiniband 上行链路的以太网交换机 带有“eps.gz”扩展名的图像不再可收录