我正在尝试使用正确的语法添加标题以打印高斯分布的公式,并且不会看到我的错误。有人能帮我发现吗?我的尝试低于produces this result,而公式应该看起来像f(x)= right hand side of this。我要求python3,虽然我认为它与LaTeX相同。
title = "Gaussian Distribution: f(x) = $\\frac{1/\sigma (2\pi)^{frac{1/2}}} \exp( \\frac{(x-\mu)^2 / 2\sigma^2} )"
plt.title(title)