gpt4 book ai didi

latex - 剧情+ Julia + latex

转载 作者:行者123 更新时间:2023-12-04 08:36:09 27 4
gpt4 key购买 nike

我想在 Plotly 后端使用 latex 。看看这个例子:即使是 x 轴和 y 轴的对数刻度也没有正确格式化!你知道怎么做吗?

最好的,

using Plots, LaTeXStrings
plotlyjs()
x = 10 .^ LinRange(-5,5,10)

plot(x, 1 ./ x, yaxis=:log, xaxis=:log, m = 2, xlabel="x", label="1/x",ylabel="f(x)")
plot!(x, 10 ./ x, m=2,label="10/x")
plot!(x, 1 ./ (x.^2), m=2, label=L"f(x)=$1/x^2$")
savefig("./test.png")

test

最佳答案

似乎可以与 gr() 后端一起使用,所以我预计 plotlyjs() 后端不支持 LaTeXString。

enter image description here

关于latex - 剧情+ Julia + latex ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64791134/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com